Merge pull request #229862 from SFrijters/desktop-notifier-3.5.2

python3Packages.desktop-notifier: 3.5.1 -> 3.5.2
This commit is contained in:
Weijia Wang 2023-05-04 20:06:28 +03:00 committed by GitHub
commit b4b336c169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "desktop-notifier";
version = "3.5.1";
version = "3.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l7Ykja1LDtbRt65wI1LjGkxxs3oMvN3bKqveGNZ5Fgc=";
hash = "sha256-IZY5vGQoJHcnMBcPjsrYYyuBI4WWyLCRZ/PC3TeVX9k=";
};
nativeBuildInputs = [