about summary refs log tree commit diff
path: root/pkgs/development/python-modules/uncertainties
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 16:39:36 -0700
committerMario Rodas <marsam@users.noreply.github.com>2019-06-03 08:49:56 -0500
commit4ae62e26ea333ef72dd4ea4ae3b0ac796ecef340 (patch)
tree4f7ef75456359828da81ea14a132ace2f00d5bbf /pkgs/development/python-modules/uncertainties
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
python37Packages.uncertainties: 3.0.3 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uncertainties/versions
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 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 ];