pythonPackages.notify-py: 0.3.39 -> 0.3.42

This commit is contained in:
Austin Butler 2023-01-27 23:22:11 -08:00
parent e8a835241e
commit 24ae462361

View file

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