Merge pull request #75329 from r-ryantm/auto-update/python3.8-numericalunits
python38Packages.numericalunits: 1.23 -> 1.24
This commit is contained in:
commit
0116b35528
@ -1,19 +1,19 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.23";
|
version = "1.24";
|
||||||
pname = "numericalunits";
|
pname = "numericalunits";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1q1jrzxx0k7j82c5q061hd10mp965ra8813vb09ji326fbxzn2gy";
|
sha256 = "0wn7kqp0rxqr6gnqhdn8pc0wy359krzan0kbika6hfvb0c1rw1hs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# no tests
|
disabled = !isPy3k;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pypi.python.org/pypi/numericalunits;
|
homepage = http://pypi.python.org/pypi/numericalunits;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user