about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-03 08:54:22 -0500
committerGitHub <noreply@github.com>2019-06-03 08:54:22 -0500
commit15017d6d903fa5bab9cc6bde0da67d18caab6c09 (patch)
treed7e9f5fdca2874293c9e93b8281b6fecc518c00a /pkgs
parent3e8696f7b16254961b0421381f19289d2e73ced2 (diff)
parent4ae62e26ea333ef72dd4ea4ae3b0ac796ecef340 (diff)
Merge pull request #62547 from r-ryantm/auto-update/python3.7-uncertainties
python37Packages.uncertainties: 3.0.3 -> 3.1
Diffstat (limited to 'pkgs')
-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 2d7fdaa7eca51..6e357f307e3ad 100644
--- a/pkgs/development/python-modules/uncertainties/default.nix
+++ b/pkgs/development/python-modules/uncertainties/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "uncertainties";
-  version = "3.0.3";
+  version = "3.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1hp00k10d5n69s446flss8b4rd02wq8dscvakv7ylfyf2p8y564s";
+    sha256 = "18b184110cbe31303d25a7bc7f73d51b9cb4e15563cb9aa25ccfbd0ebe07d448";
   };
 
   buildInputs = [ nose numpy ];