about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-slugify
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-06 12:56:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-10-13 09:50:16 +0200
commitfc1c2be412d75644e161aaf71716983e190aa4b0 (patch)
tree61462ad59ff7147713e10843dbe7eee976ae06ea /pkgs/development/python-modules/python-slugify
parentd2e51e1185d17f3c41f93bec30be4e42e6e8d685 (diff)
downloadnixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar.gz
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar.bz2
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar.lz
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar.xz
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.tar.zst
nixlib-fc1c2be412d75644e161aaf71716983e190aa4b0.zip
python: python-slugify: 1.2.5 -> 1.2.6
Diffstat (limited to 'pkgs/development/python-modules/python-slugify')
-rw-r--r--pkgs/development/python-modules/python-slugify/default.nix4
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 9c8cc68af3d0..b3e3de0285a9 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.5";
+    version = "1.2.6";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "5dbb360b882b2dabe0471a1a92f604504d83c2a73c71f2098d004ab62e695534";
+      sha256 = "7723daf30996db26573176bddcdf5fcb98f66dc70df05c9cb29f2c79b8193245";
     };
     doCheck = !isPy3k;
     # (only) on python3 unittest loader (loadTestsFromModule) fails