Archived
1
0
Fork 0

gnu: guile-email: Update to 0.1.0.

* gnu/packages/guile-xyz.scm (guile-email): Update to 0.1.0.
This commit is contained in:
Arun Isaac 2019-04-09 14:00:37 +05:30
parent 356b32b928
commit 50771f5bdf
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -17,7 +17,7 @@
;;; Copyright © 2017 ng0 <ng0@n0.is> ;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr> ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2019 swedebugia <swedebugia@riseup.net> ;;; Copyright © 2019 swedebugia <swedebugia@riseup.net>
@ -898,21 +898,18 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public guile-email (define-public guile-email
(let ((commit "fa52eac55e5946db89621a6c583d2aa357864dee")
(revision "1"))
(package (package
(name "guile-email") (name "guile-email")
(version (git-version "0.1.0" revision commit)) (version "0.1.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append
(url "https://git.systemreboot.net/guile-email") "https://git.systemreboot.net/guile-email/snapshot/guile-email-"
(commit commit))) version ".tar.xz"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1037mbz7qd9bzaqp8ysyhnl9ipd97fmj3b9jr8qfzx9179vvsj63")))) "0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -924,7 +921,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(synopsis "Guile email parser") (synopsis "Guile email parser")
(description "This package provides an email parser written in pure (description "This package provides an email parser written in pure
Guile.") Guile.")
(license license:agpl3+)))) (license license:agpl3+)))
(define-public guile-debbugs-next (define-public guile-debbugs-next
(let ((commit "75a331d561c8b6f8efcf16216dab961c17759efe") (let ((commit "75a331d561c8b6f8efcf16216dab961c17759efe")