summary refs log tree commit diff
path: root/pkgs/development/python-modules/sybil
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-03 10:54:45 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-03 17:43:30 +0100
commit48f1fc32d8bab9801cf133c03258829761ae80d6 (patch)
treeee3ac9b1bc7bf8e2e9e7ce751a316894a50a7596 /pkgs/development/python-modules/sybil
parent131a42b918a87ecab96d9641a75bb33240af37f6 (diff)
downloadnixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar.gz
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar.bz2
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar.lz
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar.xz
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.tar.zst
nixlib-48f1fc32d8bab9801cf133c03258829761ae80d6.zip
python: sybil: 1.0.6 -> 1.0.7
Diffstat (limited to 'pkgs/development/python-modules/sybil')
-rw-r--r--pkgs/development/python-modules/sybil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sybil/default.nix b/pkgs/development/python-modules/sybil/default.nix
index 1370c59ace84..31fd0977c144 100644
--- a/pkgs/development/python-modules/sybil/default.nix
+++ b/pkgs/development/python-modules/sybil/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonApplication rec {
   pname   = "sybil";
-  version = "1.0.6";
+  version = "1.0.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5bd7dd09eff68cbec9062e6950124fadfaaccbc0f50b23c1037f4d70ae86f0f1";
+    sha256 = "86332553392f865403883e44695bd8d9d47fe3887c01e17591955237b8fd2d8f";
   };
 
   checkInputs = [ pytest nose ];