Skip to content

Commit 5eea50f

Browse files
nwg-clipman: 0.2.4 -> 0.2.5 (#394685)
Co-authored-by: averyanalex <[email protected]>
2 parents 6bb54ee + 3cc9dc7 commit 5eea50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nw/nwg-clipman/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
python3Packages.buildPythonPackage rec {
1515
pname = "nwg-clipman";
16-
version = "0.2.4";
16+
version = "0.2.5";
1717

1818
src = fetchFromGitHub {
1919
owner = "nwg-piotr";
2020
repo = "nwg-clipman";
2121
tag = "v${version}";
22-
hash = "sha256-bAE9E6P+qfKrfRxb134k4r7DtIWGB+4JdiXKpI7gJ5M=";
22+
hash = "sha256-RKbFAgx+Er1l0s7SC4MwOxO9TXKI/SBhB0pfyX+NVWo=";
2323
};
2424

2525
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)