Merge pull request #135426 from r-ryantm/auto-update/python3.8-param

python38Packages.param: 1.10.1 -> 1.11.1
This commit is contained in:
Sandro 2021-08-23 23:17:43 +02:00 committed by GitHub
commit a11d6ad8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "param";
version = "1.10.1";
version = "1.11.1";
src = fetchPypi {
inherit pname version;
sha256 = "1f0f1133fbadcd2c5138e579b9934e29fd00f803af01d9bf6f9e6b80ecf1999b";
sha256 = "b9857df01495bd55ddafb214fd1ed017d20699ce42ec2a0fd190d99caa03099f";
};
checkInputs = [ flake8 nose ];