mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-email-latest: Remove package.
* gnu/packages/guile-xyz.scm (guile-email-latest): Delete variable. * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-email-latest with guile-email.
This commit is contained in:
parent
2a2b494370
commit
98ef4ab23e
2 changed files with 2 additions and 23 deletions
|
@ -1535,27 +1535,6 @@ Extensions) compliant email messages and reading emails from the mbox
|
|||
format.")
|
||||
(license license:agpl3+)))
|
||||
|
||||
(define-public guile-email-latest
|
||||
(let ((commit "ea60bb902d3677d5c653851c7aa6afbbf710140e")
|
||||
(revision "2"))
|
||||
(package
|
||||
(inherit guile-email)
|
||||
(name "guile-email-latest")
|
||||
(version (git-version "0.2.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.systemreboot.net/guile-email")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g4rn7ai3nfxmpppc8qbpv8b18wnsld29y5xa58cv9b8pf3pbwnj"))))
|
||||
(arguments '())
|
||||
(native-inputs
|
||||
(list pkg-config autoconf automake texinfo)))))
|
||||
|
||||
(define-public guile2.2-email
|
||||
(package
|
||||
(inherit guile-email)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue