Merge pull request #106014 from rnhmjoj/uncertain

uncertainties: 3.1.4 -> 3.1.5
This commit is contained in:
Michele Guerini Rocco 2020-12-05 21:22:26 +01:00 committed by GitHub
commit ff26e341e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "uncertainties";
version = "3.1.4";
version = "3.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "0s69kdhl8vhqazhxqdvb06l83x0iqdm0yr4vp3p52alzi6a8lm33";
sha256 = "00z9xl40czmqk0vmxjvmjvwb41r893l4dad7nj1nh6blw3kw28li";
};
propagatedBuildInputs = [ future ];