python3Packages.desktop-notifier: 3.4.3 -> 3.5.1

This commit is contained in:
Stefan Frijters 2023-05-01 22:26:29 +02:00
parent 51a68ffbc6
commit 9e4b3ac34d
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.4.3";
version = "3.5.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-V5CggWp9G0/XoQhArrY3LCvfkF2SymORDWdJGjsr7yI=";
hash = "sha256-l7Ykja1LDtbRt65wI1LjGkxxs3oMvN3bKqveGNZ5Fgc=";
};
nativeBuildInputs = [