nwg-clipman: 0.2.5 -> 0.2.6 (#422447)

This commit is contained in:
Wolfgang Walther
2025-07-11 17:59:49 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "nwg-clipman";
version = "0.2.5";
version = "0.2.6";
format = "setuptools";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-clipman";
tag = "v${version}";
hash = "sha256-RKbFAgx+Er1l0s7SC4MwOxO9TXKI/SBhB0pfyX+NVWo=";
hash = "sha256-FB+NerU3CfGru7vDBQflAzgtO7gt8cjgyC9O3zCa2ss=";
};
build-system = [ python3Packages.setuptools ];