gnu: ytnef: Update to 2.1.2.
* gnu/packages/mail.scm (ytnef): Update to 2.1.2.
This commit is contained in:
parent
e0c434ee72
commit
f86cd0280e
1 changed files with 2 additions and 2 deletions
|
@ -4159,7 +4159,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(define-public ytnef
|
(define-public ytnef
|
||||||
(package
|
(package
|
||||||
(name "ytnef")
|
(name "ytnef")
|
||||||
(version "2.0")
|
(version "2.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4168,7 +4168,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pk7jp8yc91nahcb7659khwdid0ibfi7n0135kwfnasak8gr75rz"))))
|
"0rwgr98jn86d37xmgj57pl488kw62q7vq8jjicbbqkxl6vjgh1li"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Reference in a new issue