python3Packages.nixpkgs-updaters-library: 1.0.2 -> 1.1.0

This commit is contained in:
PerchunPak
2025-02-10 14:21:27 +01:00
parent d509c47663
commit 7b925c96f9
@@ -29,7 +29,7 @@
}:
buildPythonPackage rec {
pname = "nixpkgs-updaters-library";
version = "1.0.2";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "PerchunPak";
repo = "nixpkgs-updaters-library";
tag = "v${version}";
hash = "sha256-SzGbsHy3Pwpr92512y/R3JLtC01jAveFavRGOYyr81U=";
hash = "sha256-gg+y3w0d2GKJ56XZ4Xw9OYTJ5GwqGkTZ/fRXwDhTEDE=";
};
postPatch = ''