gnu: gnupg@2.0: Superseded by the latest GnuPG.

The 2.0 series of GnuPG will stop receiving upstream support on
2017-12-31. From the release announcement of GnuPG 2.2.0:

"This release marks the start of a new long term support series
to replace the 2.0.x series which will reach end-of-life on 2017-12-31."

https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000413.html

* gnu/packages/gnupg.scm (gnupg-2.0)[properties]: New field.
This commit is contained in:
Leo Famulari 2017-12-20 16:47:18 -05:00
parent 0c9c9526bb
commit 806e891e85
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -341,7 +341,8 @@ (define-public gnupg-2.0
;; Keep the old name around to ease transition.
(symlink "gpgv" "gpgv2")
(symlink "gpg" "gpg2")
#t)))))))))
#t)))))))
(properties `((superseded . ,gnupg)))))
(define-public gnupg-1
(package (inherit gnupg)