about summary refs log tree commit diff
path: root/pkgs/development/python-modules/uncertainties
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-07-19 08:30:51 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-19 16:08:22 -0700
commite282678367c9915ff8325c944cac28328afdc564 (patch)
treec1b2e258414b09d6d914dac3d669e73af07443e7 /pkgs/development/python-modules/uncertainties
parent2b5524948627c1c5057ea9f1617f1691ced8a449 (diff)
pythonPackages.uncertainties: 3.1.5 -> 3.1.6
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 b43927c063ecb..c132f50dbea0f 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.5";
+  version = "3.1.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "00z9xl40czmqk0vmxjvmjvwb41r893l4dad7nj1nh6blw3kw28li";
+    sha256 = "0b9y0v73ih142bygi66dxqx17j2x4dfvl7xnhmafj9yjmymbakbw";
   };
 
   propagatedBuildInputs = [ future ];