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>2018-11-08 15:50:30 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 15:50:30 -0800
commit64e0a504c9637689bb9731bd8d88487824f281a5 (patch)
treeb34099d54a0ca9e7cd0981a1c50556a9380a3330 /pkgs/development/python-modules/uncertainties
parenta054d7450768069084142fe597ed2da367813a4a (diff)
python36Packages.uncertainties: 3.0.2 -> 3.0.3
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.6-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 38c46bd11fa8f..2d7fdaa7eca51 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.2";
+  version = "3.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "91db922d54dff6094b4ea0d6e058f713a992cdf42e3ebaf73278e1893bfa2942";
+    sha256 = "1hp00k10d5n69s446flss8b4rd02wq8dscvakv7ylfyf2p8y564s";
   };
 
   buildInputs = [ nose numpy ];