mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #78283 from r-ryantm/auto-update/python2.7-apprise
python27Packages.apprise: 0.8.2 -> 0.8.3
This commit is contained in:
commit
4d7faaa8e9
@ -5,11 +5,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "apprise";
|
||||
version = "0.8.2";
|
||||
version = "0.8.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0m0pddqrpfm526f0fyzzjpcp7hi3d6pj0bgk2vl004lkas4li1hw";
|
||||
sha256 = "1j925g7x0j8fzns431360myr8844swb8mb78wacw2vlj6x1c558c";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ Babel ];
|
||||
|
Loading…
Reference in New Issue
Block a user