python37Packages.uncertainties: 3.0.3 -> 3.1.1

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-06-02 16:39:36 -07:00 committed by Mario Rodas
parent 97aba37876
commit 4ae62e26ea
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 2 additions and 2 deletions

View File

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