Merge pull request #49958 from r-ryantm/auto-update/python3.6-uncertainties
python36Packages.uncertainties: 3.0.2 -> 3.0.3
This commit is contained in:
commit
a1cf40f3e2
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uncertainties";
|
pname = "uncertainties";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "91db922d54dff6094b4ea0d6e058f713a992cdf42e3ebaf73278e1893bfa2942";
|
sha256 = "1hp00k10d5n69s446flss8b4rd02wq8dscvakv7ylfyf2p8y564s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose numpy ];
|
buildInputs = [ nose numpy ];
|
||||||
|
|
Loading…
Reference in New Issue