nwg-clipman: 0.2.5 -> 0.2.6

This commit is contained in:
R. Ryantm
2025-07-04 15:23:47 +00:00
parent 55dc7f4585
commit a76c39db41
+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 ];