mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: getmail: Update to 4.49.0.
* gnu/packages/mail.scm (getmail): Update to 4.49.0.
This commit is contained in:
parent
a0b15f5eef
commit
1a5fd02a82
1 changed files with 2 additions and 2 deletions
|
@ -554,7 +554,7 @@ (define-public python2-notmuch
|
|||
(define-public getmail
|
||||
(package
|
||||
(name "getmail")
|
||||
(version "4.48.0")
|
||||
(version "4.49.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -562,7 +562,7 @@ (define-public getmail
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k5rm5kag14izng2ajcagvli9sns5mzvkyfa65ri4xymxs91wi29"))))
|
||||
"1m0yzxd05fklwbmjj1n2q4sx397c1j5qi9a0r5fv3h8pplz4lv0w"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue