3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #58721 from r-ryantm/auto-update/mailnag

mailnag: 1.2.1 -> 1.3.0
This commit is contained in:
Ryan Mulligan 2019-04-07 14:58:08 -07:00 committed by GitHub
commit e99d715a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@ let
inherit (pythonPackages) python;
in pythonPackages.buildPythonApplication rec {
name = "mailnag-${version}";
version = "1.2.1";
version = "1.3.0";
src = fetchurl {
url = "https://github.com/pulb/mailnag/archive/v${version}.tar.gz";
sha256 = "ec7ac027d93bc7d88fc270858f5a181453a6ff07f43cab20563d185818801fee";
sha256 = "0cp5pad6jzd5c14pddbi9ap5bi78wjhk1x2p0gbblmvmcasw309s";
};
buildInputs = [