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:
R. RyanTM 2019-08-20 09:37:24 -07:00
parent ffbb4d26f9
commit 66e0a3c6a5

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "uncertainties";
version = "3.1.1";
version = "3.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "18b184110cbe31303d25a7bc7f73d51b9cb4e15563cb9aa25ccfbd0ebe07d448";
sha256 = "07kahmr0vfmncf8y4x6ldjrghnd4gsf0fwykgjj5ijvqi9xc21xs";
};
buildInputs = [ nose numpy ];