python312Packages.patch-ng: 1.18.0 -> 1.18.1 (#351207)

This commit is contained in:
Weijia Wang 2024-11-01 18:22:48 +01:00 committed by GitHub
commit 0988cc13f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; {