mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
Merge pull request #254782 from Luflosi/update/python3Packages.pytest-cid
python3Packages.pytest-cid: 1.1.1 -> 1.1.2
This commit is contained in:
commit
653ce4e45c
@ -9,15 +9,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-cid";
|
pname = "pytest-cid";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ntninja";
|
owner = "ntninja";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "1ff9ec43ac9eaf76352ea7e7a060cd081cb8b68a"; # Version has no git tag
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-H2RtMGYWukowTTfqZSx+hikxzkqw1v5bA4AfZfiVl8U=";
|
hash = "sha256-dcL/i5+scmdXh7lfE8+32w9PdHWf+mkunJL1vpJ5+Co=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user