summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 12:31:31 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 12:31:31 -0700
commitc2b2bc48e0e6de085760eab3282c65c426daf76f (patch)
treeb6fa24a6085c7c9125e9fd5382a773f0f7469f66
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
python37Packages.numericalunits: 1.16 -> 1.23
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-numericalunits/versions
-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 1212bf0039c9..41b4c1a8f318 100644
--- a/pkgs/development/python-modules/numericalunits/default.nix
+++ b/pkgs/development/python-modules/numericalunits/default.nix
@@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
- version = "1.16";
+ version = "1.23";
pname = "numericalunits";
src = fetchPypi {
inherit pname version;
- sha256 = "71ae8e236c7a223bccefffb670dca68be476dd63b7b9009641fc64099455da25";
+ sha256 = "1q1jrzxx0k7j82c5q061hd10mp965ra8813vb09ji326fbxzn2gy";
};
# no tests