python3Packages.desktop-notifier: 3.5.1 -> 3.5.2

This commit is contained in:
Stefan Frijters 2023-05-04 11:57:27 +02:00
parent 0854c54046
commit be177b2204
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "desktop-notifier";
version = "3.5.1";
version = "3.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l7Ykja1LDtbRt65wI1LjGkxxs3oMvN3bKqveGNZ5Fgc=";
hash = "sha256-IZY5vGQoJHcnMBcPjsrYYyuBI4WWyLCRZ/PC3TeVX9k=";
};
nativeBuildInputs = [