Merge pull request #185186 from r-ryantm/auto-update/python3.10-cock

python310Packages.cock: 0.9.0 -> 0.10.0
This commit is contained in:
Robert Scott 2022-08-05 23:32:08 +01:00 committed by GitHub
commit 219b3ba9a8
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.9.0";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "0d9021c2d9ce0dbf495a3c5ef960a9996a0681bb96ff6099f37302a3813a184e";
sha256 = "sha256-B6r6+b+x5vEp4+yfhV03dfjlVjRbW2W6Pm91PC0Tb+o=";
};
propagatedBuildInputs = [ click sortedcontainers pyyaml ];