python310Packages.notify-py: 0.3.38 -> 0.3.39

This commit is contained in:
R. Ryantm 2023-01-09 02:54:24 +00:00
parent 4769274f53
commit 88633b14ed

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "notify-py";
version = "0.3.38";
version = "0.3.39";
disabled = pythonOlder "3.6";
@ -27,8 +27,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ms7m";
repo = pname;
rev = "v${version}";
hash = "sha256-wlA7a10f4PYP3dYYwZqMULQ5FMCXpOUOTxXzEEVZCsI=";
rev = "refs/tags/v${version}";
hash = "sha256-QIK5MCCOsD8SStoh7TRw+l9k28SjChwV2J/T7gMKnAs=";
};
patches = lib.optionals stdenv.isLinux [