diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-02-14 08:37:28 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-02-17 14:40:39 +0100 |
| commit | 454527eece2b7ec3dc2ad78fbc6fc1ec19da9a1d (patch) | |
| tree | 39e121c9640f491875a1f26f2736158f3b7a9eb3 /pkgs/development/python-modules/python-slugify | |
| parent | 2ee9bd50e5f46184821c77884044392d464d9fa9 (diff) | |
python: python-slugify: 1.2.6 -> 2.0.1
Diffstat (limited to 'pkgs/development/python-modules/python-slugify')
| -rw-r--r-- | pkgs/development/python-modules/python-slugify/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-slugify/default.nix b/pkgs/development/python-modules/python-slugify/default.nix index b3e3de0285a9..39950b97f6c7 100644 --- a/pkgs/development/python-modules/python-slugify/default.nix +++ b/pkgs/development/python-modules/python-slugify/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "python-slugify"; - version = "1.2.6"; + version = "2.0.1"; src = fetchPypi { inherit pname version; - sha256 = "7723daf30996db26573176bddcdf5fcb98f66dc70df05c9cb29f2c79b8193245"; + sha256 = "d3e034397236020498e677a35e5c05dcc6ba1624b608b9ef7e5fe3090ccbd5a8"; }; doCheck = !isPy3k; # (only) on python3 unittest loader (loadTestsFromModule) fails |
