python37Packages.uncertainties: 3.1.1 -> 3.1.2
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-uncertainties/versions
This commit is contained in:
parent
ffbb4d26f9
commit
66e0a3c6a5
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uncertainties";
|
pname = "uncertainties";
|
||||||
version = "3.1.1";
|
version = "3.1.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "18b184110cbe31303d25a7bc7f73d51b9cb4e15563cb9aa25ccfbd0ebe07d448";
|
sha256 = "07kahmr0vfmncf8y4x6ldjrghnd4gsf0fwykgjj5ijvqi9xc21xs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose numpy ];
|
buildInputs = [ nose numpy ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user