Merge pull request #194584 from r-ryantm/auto-update/python310Packages.cock

python310Packages.cock: 0.10.0 -> 0.11.0
This commit is contained in:
Stanisław Pitucha 2022-10-06 14:19:26 +11:00 committed by GitHub
commit 34b87d365e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cock";
version = "0.10.0";
version = "0.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-B6r6+b+x5vEp4+yfhV03dfjlVjRbW2W6Pm91PC0Tb+o=";
sha256 = "sha256-Hi8aFxATsYcEO6qNzZnF73V8WLTQjb6Dw2xF4VgT2o4=";
};
propagatedBuildInputs = [ click sortedcontainers pyyaml ];