python3Packages.pytest-cid: 1.1.1 -> 1.1.2

https://github.com/ntninja/pytest-cid/releases/tag/v1.1.2
This commit is contained in:
Luflosi 2023-09-12 16:34:42 +02:00
parent a48451da5b
commit 6afdc8756b
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -9,15 +9,15 @@
buildPythonPackage rec {
pname = "pytest-cid";
version = "1.1.1";
version = "1.1.2";
format = "flit";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "ntninja";
repo = pname;
rev = "1ff9ec43ac9eaf76352ea7e7a060cd081cb8b68a"; # Version has no git tag
hash = "sha256-H2RtMGYWukowTTfqZSx+hikxzkqw1v5bA4AfZfiVl8U=";
rev = "refs/tags/v${version}";
hash = "sha256-dcL/i5+scmdXh7lfE8+32w9PdHWf+mkunJL1vpJ5+Co=";
};
postPatch = ''