3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.commoncode: 21.6.11 -> 21.7.23

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:32 +02:00
parent baaba1c5e0
commit 904c48e6c1

View file

@ -14,11 +14,11 @@
}:
buildPythonPackage rec {
pname = "commoncode";
version = "21.6.11";
version = "21.7.23";
src = fetchPypi {
inherit pname version;
sha256 = "d6c8c985746a541913d5bb534c770f2422e5b4ac7a4ef765abc05c287a40ff4b";
sha256 = "38511dcd7c518bf7fec4944c78e1118304f2f2582a7e6792cc5773aebe95a086";
};
dontConfigure = true;