aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2020-12-05 21:22:26 +0100
committerGitHub <noreply@github.com>2020-12-05 21:22:26 +0100
commitff26e341e4f9024dd31f7a0d08b6489ac0048a65 (patch)
treefb234f0d5bf2a3c834aaa127b477b6ed12664801
parenta7d5d67a71d974a7c93803c7b2f53f159bf29166 (diff)
parent22b3e928de4660f312a98362440f24e846620521 (diff)
Merge pull request #106014 from rnhmjoj/uncertain
uncertainties: 3.1.4 -> 3.1.5
-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 8cf066245593..84705be59bc1 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 ];