3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #169192 from r-ryantm/auto-update/python310Packages.commoncode

python310Packages.commoncode: 30.0.0 -> 30.1.1
This commit is contained in:
Fabian Affolter 2022-04-19 12:58:33 +02:00 committed by GitHub
commit a1548780db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "commoncode";
version = "30.0.0";
version = "30.1.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6SeU4u6pfDuGCgCYAO5fdbWBxW9XN3WvM8j6DwUlFwM=";
sha256 = "sha256-KymdX+5CAYSRpOwpqQ1DMCFWqkeMAmOHjVnBZTji76I=";
};
postPatch = ''