nwg-clipman: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2024-12-01 05:14:51 +00:00
parent dfd6a4a50f
commit 065274f48e
+2 -2
View File
@@ -13,13 +13,13 @@
python3Packages.buildPythonPackage rec {
pname = "nwg-clipman";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-clipman";
rev = "refs/tags/v${version}";
hash = "sha256-qpI/yg7yBSwcgpv6lOBysxxsX0pI+ixZghkm+U6XIrs=";
hash = "sha256-bAE9E6P+qfKrfRxb134k4r7DtIWGB+4JdiXKpI7gJ5M=";
};
build-system = [ python3Packages.setuptools ];