python37Packages.desktop-notifier: 3.2.2 -> 3.2.3

This commit is contained in:
R. RyanTM 2021-03-02 06:48:13 +00:00
parent 65e8a77890
commit ea3fce1f63
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "desktop-notifier"; pname = "desktop-notifier";
version = "3.2.2"; version = "3.2.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0b333594af6e54677f9620480226dbc88ec6dd7c004352de9268d01aa49467f4"; sha256 = "cf359450efc0944ac4db3106e50faa9d49dcef072307c3531e6af2c8a10cd523";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [