about summary refs log tree commit diff
path: root/pkgs/development/python-modules/uncertainties
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-12-05 20:52:09 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-12-05 20:52:09 +0100
commit22b3e928de4660f312a98362440f24e846620521 (patch)
tree1b7bfbdf2711361042dcc3c2397b9ccfe91428ad /pkgs/development/python-modules/uncertainties
parentc7fe6531a400f78a1fdb907d582b930e9ee0a1d4 (diff)
uncertainties: 3.1.4 -> 3.1.5
Diffstat (limited to 'pkgs/development/python-modules/uncertainties')
-rw-r--r--pkgs/development/python-modules/uncertainties/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uncertainties/default.nix b/pkgs/development/python-modules/uncertainties/default.nix
index 8cf0662455935..84705be59bc1f 100644
--- a/pkgs/development/python-modules/uncertainties/default.nix
+++ b/pkgs/development/python-modules/uncertainties/default.nix
@@ -4,11 +4,11 @@
 
 buildPythonPackage rec {
   pname = "uncertainties";
-  version = "3.1.4";
+  version = "3.1.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0s69kdhl8vhqazhxqdvb06l83x0iqdm0yr4vp3p52alzi6a8lm33";
+    sha256 = "00z9xl40czmqk0vmxjvmjvwb41r893l4dad7nj1nh6blw3kw28li";
   };
 
   propagatedBuildInputs = [ future ];