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:
parent
356b32b928
commit
50771f5bdf
@ -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,33 +898,30 @@ 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")
|
(package
|
||||||
(revision "1"))
|
(name "guile-email")
|
||||||
(package
|
(version "0.1.0")
|
||||||
(name "guile-email")
|
(source
|
||||||
(version (git-version "0.1.0" revision commit))
|
(origin
|
||||||
(source
|
(method url-fetch)
|
||||||
(origin
|
(uri (string-append
|
||||||
(method git-fetch)
|
"https://git.systemreboot.net/guile-email/snapshot/guile-email-"
|
||||||
(uri (git-reference
|
version ".tar.xz"))
|
||||||
(url "https://git.systemreboot.net/guile-email")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f"))))
|
||||||
(sha256
|
(build-system gnu-build-system)
|
||||||
(base32
|
(native-inputs
|
||||||
"1037mbz7qd9bzaqp8ysyhnl9ipd97fmj3b9jr8qfzx9179vvsj63"))))
|
`(("pkg-config" ,pkg-config)
|
||||||
(build-system gnu-build-system)
|
("autoconf" ,autoconf)
|
||||||
(native-inputs
|
("automake" ,automake)))
|
||||||
`(("pkg-config" ,pkg-config)
|
(inputs
|
||||||
("autoconf" ,autoconf)
|
`(("guile" ,guile-2.2)))
|
||||||
("automake" ,automake)))
|
(home-page "https://git.systemreboot.net/guile-email")
|
||||||
(inputs
|
(synopsis "Guile email parser")
|
||||||
`(("guile" ,guile-2.2)))
|
(description "This package provides an email parser written in pure
|
||||||
(home-page "https://git.systemreboot.net/guile-email")
|
|
||||||
(synopsis "Guile email parser")
|
|
||||||
(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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user