aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/numericalunits/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:45:53 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:45:53 +0100
commit6231eb49f2e8d660cdbcf250a1290521533acf6b (patch)
tree73897157774cb72dd5c9f838caae516377b72b03 /pkgs/development/python-modules/numericalunits/default.nix
parent0aa147911ce1410a82c7c6a332f93c765038df83 (diff)
parent97506537f46ae06a9c097340942b54018c53e69f (diff)
Merge staging into staging-next
Diffstat (limited to 'pkgs/development/python-modules/numericalunits/default.nix')
-rw-r--r--pkgs/development/python-modules/numericalunits/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/numericalunits/default.nix b/pkgs/development/python-modules/numericalunits/default.nix
index 208178f5e11b..f628daf833b4 100644
--- a/pkgs/development/python-modules/numericalunits/default.nix
+++ b/pkgs/development/python-modules/numericalunits/default.nix
@@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
- version = "1.24";
+ version = "1.25";
pname = "numericalunits";
src = fetchPypi {
inherit pname version;
- sha256 = "0wn7kqp0rxqr6gnqhdn8pc0wy359krzan0kbika6hfvb0c1rw1hs";
+ sha256 = "c32a482adae818a1a8d6c799bf9fb153326461d490c0de9deab9c694a6537eec";
};
disabled = !isPy3k;