1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python38Packages.numericalunits: 1.23 -> 1.24

This commit is contained in:
R. RyanTM 2019-12-08 19:31:45 -08:00
parent 51ef7c3e49
commit c4783fcccd

View file

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