about summary refs log tree commit diff
path: root/pkgs/development/python-modules/outcome
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:40 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:48 +0100
commit43511b062cce803fa9074fe92082ce8504553a6b (patch)
tree4c2fd1433dbc14ad77eeb7d803d1e8c1865cc32f /pkgs/development/python-modules/outcome
parent65e154d3b97cfca8ac40a3894b40fc47018283ad (diff)
python: outcome: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/development/python-modules/outcome')
-rw-r--r--pkgs/development/python-modules/outcome/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/outcome/default.nix b/pkgs/development/python-modules/outcome/default.nix
index dc06ab63d2d9b..ff97ca15a9281 100644
--- a/pkgs/development/python-modules/outcome/default.nix
+++ b/pkgs/development/python-modules/outcome/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "outcome";
-  version = "1.0.0";
+  version = "1.0.1";
   disabled = pythonOlder "3.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0wdcakx1r1317bx6139k9gv6k272fryid83d1kk0r43andfw0n4x";
+    sha256 = "fc7822068ba7dd0fc2532743611e8a73246708d3564e29a39f93d6ab3701b66f";
   };
 
   checkInputs = [ pytest ];