mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python312Packages.patch-ng: 1.18.0 -> 1.18.1 (#351207)
This commit is contained in:
commit
0988cc13f0
@ -5,13 +5,13 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.18.0"; # note: `conan` package may require a hardcoded one
|
||||
version = "1.18.1"; # note: `conan` package may require a hardcoded one
|
||||
format = "setuptools";
|
||||
pname = "patch-ng";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-2gZ2KNbV/Z3FpV6rN5UdRr2VZhtyGfqzZLcRNmq8xpA=";
|
||||
sha256 = "sha256-Uv1G7kb2yGZ2kmgsH9cTTtxlotLQhOvsHSlaYIf8ApE=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user