python3Packages.desktop-notifier: 3.5.2 -> 3.5.3

This commit is contained in:
Stefan Frijters 2023-05-22 16:09:06 +02:00
parent a96075f5ee
commit a92e03c6d3
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.2";
version = "3.5.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IZY5vGQoJHcnMBcPjsrYYyuBI4WWyLCRZ/PC3TeVX9k=";
hash = "sha256-IA9LTsjO9se3Gx6Jm36m+tUxUHPjwmVCt9gAw1ZqDgg=";
};
nativeBuildInputs = [