nwg-clipman: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm
2025-03-30 17:48:21 +00:00
parent ae2a0877c4
commit 3cc9dc7af7

View File

@@ -13,13 +13,13 @@
python3Packages.buildPythonPackage rec {
pname = "nwg-clipman";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-clipman";
tag = "v${version}";
hash = "sha256-bAE9E6P+qfKrfRxb134k4r7DtIWGB+4JdiXKpI7gJ5M=";
hash = "sha256-RKbFAgx+Er1l0s7SC4MwOxO9TXKI/SBhB0pfyX+NVWo=";
};
build-system = [ python3Packages.setuptools ];