Merge pull request #79058 from r-ryantm/auto-update/python2.7-quantities

python27Packages.quantities: 0.12.3 -> 0.12.4
This commit is contained in:
Mario Rodas 2020-02-01 21:38:11 -05:00 committed by GitHub
commit e1899f0508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "quantities";
version = "0.12.3";
version = "0.12.4";
src = fetchPypi {
inherit pname version;
sha256 = "582f3c7aeba897846761e966615e01202a5e5d06add304492931b05085d19883";
sha256 = "12qx6cgib3wxmm2cvann4zw4jnhhn24ms61ifq9f3jbh31nn6gd3";
};
propagatedBuildInputs = [ numpy ];