[PATCH] gnu: perl-xml-feed: Update to 0.63.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210607051438.21362-1-kraai@ftbfs.org
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.63.
---
gnu/packages/xml.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9743086b1e..9ddd02a613 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1089,14 +1090,14 @@ server, collect the answer, and finally decoding the XML to Perl.")
(define-public perl-xml-feed
(package
(name "perl-xml-feed")
- (version "0.61")
+ (version "0.63")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
"XML-Feed-" version ".tar.gz"))
(sha256
(base32
- "1zrslg7wz15sm1k28i3gp108cszh062ac24m3ydvr59pwfqs9br6"))))
+ "04frqhikmyq0i9ldraisbvppyjhqg6gz83l2rqpmp4f2h9n9k2lw"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)
--
2.31.1
Efraim Flashner wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 48897-done@debbugs.gnu.org)
YMW15QBmBQxItUcy@3900XT
Patch pushed. Thanks!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDFteUACgkQQarn3Mo9
g1HzJA/7B1hcAgsAz9pqHYyvGTsaaFvrT8+D6mgik0/0Do5LFeUz6alTdaugAE7i
oZSbkCnlVgGd325ViTpzUR6cN3zHh1zak00MgZe8AhYhSRRmLgBah9yFw0Wx4v3D
O6i2Hr33goMRCftlsrJI+Ae62FIOQLjgePhLBgc2h23rqcnO6GQdZd9uxaR751ST
T67kX7FLPI29ToA1swrOBRgmoZl/tnRrfauKiOnEzjldQXtdfOruIbZ1liJRUeUx
z0oMxVAl0QVzzEDmAFdWBlX8vNvbI/zYwgDKT/+uzo4KrtXJqSFp4vOJ+VkA+bLY
0Q/XbB0aDYQwBgHCh+uAlr9T2T8dnJpYRefeRfryH5YfPv3D+Iy7wXhntil63aXR
BNzUb8yy2DOtRzO60TXgMZr6n5i1SKCsCtkJklhM47x4ADxxNLZTRXf+IVE6L/GC
8PVECSH3ES3o725qV3L84ce3d7VSD9T9fiVyYVHHotOZdbiJ6A2upihpOhBVNR2J
wQCD010cIw7kl3FWkfYE7KvXRi7kOZaMn3OwkXTJaO6o3t38fCTREGnUhbB34CHr
GbKWGrpBzZJZ8dGbW00T3zYLLHdN+gNf+jr5syQn32Og+zizvZk3/gzoAoxOlIPL
Re70hyFvgTapOQAjr2J+3R+V9KCi1WdICN7eFBFFErm6Gwe8x6Y=
=9hEB
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48897@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48897
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help