python3Packages.nixpkgs-updaters-library: 3.0.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2026-01-24 20:27:41 +00:00
parent d08f00a930
commit 89030327d3
@@ -30,7 +30,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "nixpkgs-updaters-library";
version = "3.0.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -39,7 +39,7 @@ buildPythonPackage (finalAttrs: {
owner = "PerchunPak";
repo = "nixpkgs-updaters-library";
tag = "v${finalAttrs.version}";
hash = "sha256-0N88valEw+QElMjy84TBKGuqqh9anKhHdW0jQfQ4qd4=";
hash = "sha256-y6EVoxu/3aBRce2bQsnlt/faZY17b8Rr4hd7wsTPnjE=";
};
postPatch = ''