Merge pull request #62533 from r-ryantm/auto-update/python3.7-numericalunits

python37Packages.numericalunits: 1.16 -> 1.23
This commit is contained in:
Mario Rodas 2019-06-03 23:37:20 -05:00 committed by GitHub
commit 67252b157f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.16"; version = "1.23";
pname = "numericalunits"; pname = "numericalunits";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "71ae8e236c7a223bccefffb670dca68be476dd63b7b9009641fc64099455da25"; sha256 = "1q1jrzxx0k7j82c5q061hd10mp965ra8813vb09ji326fbxzn2gy";
}; };
# no tests # no tests