python3Packages.notify-py: 0.3.42 -> 0.3.43

https://github.com/ms7m/notify-py/releases/tag/v0.3.43
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:45 +02:00
parent 01c889f717
commit 37a803c366
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "notify-py";
version = "0.3.42";
version = "0.3.43";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ms7m";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XtjJImH9UwPPZS/Yqs8S5xGXOLBRmJRawzxWXoPWvrM=";
hash = "sha256-4PJ/0dLG3bWDuF1G/qUmvNaIUFXgPP2S/0uhZz86WRA=";
};
patches =