python312Packages.nixpkgs-updaters-library: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-02-23 23:00:31 +00:00
committed by Gaetan Lepage
parent a400206df0
commit ea99e68326

View File

@@ -29,7 +29,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "nixpkgs-updaters-library"; pname = "nixpkgs-updaters-library";
version = "1.1.0"; version = "1.2.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "PerchunPak"; owner = "PerchunPak";
repo = "nixpkgs-updaters-library"; repo = "nixpkgs-updaters-library";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-gg+y3w0d2GKJ56XZ4Xw9OYTJ5GwqGkTZ/fRXwDhTEDE="; hash = "sha256-MCMqqAGl6OTOapC3K0DNTOmg2Lv2KqXenEgB5sIZR5U=";
}; };
postPatch = '' postPatch = ''