Unverified Commit bba1dec5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.nixpkgs-updaters-library: 1.1.0 -> 1.2.0 (#384625)

parents bcb6119e ea99e683
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
}:
buildPythonPackage rec {
  pname = "nixpkgs-updaters-library";
  version = "1.1.0";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "PerchunPak";
    repo = "nixpkgs-updaters-library";
    tag = "v${version}";
    hash = "sha256-gg+y3w0d2GKJ56XZ4Xw9OYTJ5GwqGkTZ/fRXwDhTEDE=";
    hash = "sha256-MCMqqAGl6OTOapC3K0DNTOmg2Lv2KqXenEgB5sIZR5U=";
  };

  postPatch = ''