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
This commit is contained in:
parent
97aba37876
commit
c2b2bc48e0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue