Skip to content

Commit bba1dec

Browse files
authored
python312Packages.nixpkgs-updaters-library: 1.1.0 -> 1.2.0 (#384625)
2 parents bcb6119 + ea99e68 commit bba1dec

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/nixpkgs-updaters-library

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nixpkgs-updaters-library/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}:
3030
buildPythonPackage rec {
3131
pname = "nixpkgs-updaters-library";
32-
version = "1.1.0";
32+
version = "1.2.0";
3333
pyproject = true;
3434

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

4444
postPatch = ''

0 commit comments

Comments
 (0)