gnu: getmail: Update to 4.49.0.

* gnu/packages/mail.scm (getmail): Update to 4.49.0.
This commit is contained in:
Efraim Flashner 2016-07-07 20:02:11 +03:00
parent a0b15f5eef
commit 1a5fd02a82
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ and search library.")
(define-public getmail (define-public getmail
(package (package
(name "getmail") (name "getmail")
(version "4.48.0") (version "4.49.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -562,7 +562,7 @@ and search library.")
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0k5rm5kag14izng2ajcagvli9sns5mzvkyfa65ri4xymxs91wi29")))) "1m0yzxd05fklwbmjj1n2q4sx397c1j5qi9a0r5fv3h8pplz4lv0w"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests