gnu: guile-email: Update to 0.2.1.

* gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1.
[arguments]: Remove patch-module-dir phase.
This commit is contained in:
Arun Isaac 2019-09-23 21:35:33 +05:30
parent 4186adce1c
commit 2c33a849f7
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 3 additions and 12 deletions

View File

@ -909,7 +909,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(define-public guile-email (define-public guile-email
(package (package
(name "guile-email") (name "guile-email")
(version "0.2.0") (version "0.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -918,7 +918,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0")))) "1ph3pb69hr3d8mj05fmbpf5rc67dlm8qnb35cc7cxz8ingvl7kv3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -926,16 +926,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(inputs (inputs
`(("guile" ,guile-2.2))) `(("guile" ,guile-2.2)))
(arguments (arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-module-dir
(lambda _
(substitute* "Makefile.in"
(("^godir = ([[:graph:]]+)")
"godir = \
$(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n"))
#t)))))
(home-page "https://guile-email.systemreboot.net") (home-page "https://guile-email.systemreboot.net")
(synopsis "Guile email parser") (synopsis "Guile email parser")
(description "guile-email is a collection of email utilities implemented (description "guile-email is a collection of email utilities implemented