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
commit 4d95da0b67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];