[PATCH] gnu: perl-libwww: Update to 6.55.

  • 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)
20210703102007.28195-1-kraai@ftbfs.org
* gnu/packages/web.scm (perl-libwww): Update to 6.55.
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 915e08df41..f7fd77a9d1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -49,6 +49,7 @@
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3879,7 +3880,7 @@ select or poll.")
(define-public perl-libwww
(package
(name "perl-libwww")
- (version "6.49")
+ (version "6.55")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3887,7 +3888,7 @@ select or poll.")
version ".tar.gz"))
(sha256
(base32
- "19k0cg4j4qz005a4ngy48z4r8dc99dxlpq8kvj7qnk15mvgd1r63"))))
+ "0869hn711d6fd6yil8p88wij6p1zdrbnycy7p9p176q39ajd7l61"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)
--
2.32.0
Efraim Flashner wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 49349-done@debbugs.gnu.org)
YOIPgR9yz48EqkOo@3900XT
I built all the dependant packages and didn't see any problems.

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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDiD4AACgkQQarn3Mo9
g1E/jxAAuAmSfeS67H9jHg0l7vy7/+CcyyeU4oS4n9OhqVUS99wojGGyaRgRYI8Y
A+/muK/lzd5UH5IfHrJfoioeZsk1bmBzxBwb6C7lj8yPMwpq9dO+W19vthrGfsXi
CmLSPmRGCYDpyF3ARO2iqORoJAt/dTfEghNPtU5MfFzp2Su9MVKcHwoIOYRVBxTq
FBHnWTpEhS7U+3SF+s/i3adQHMejGutAHnsstmFC3sW1b4fiFIVKzEeECWPMfUSL
uSS2wnI/ckHwKDYpESFQYrGzZ4Y2L/B4k7iftoXyDqlUPy7Huf2Mt0pb//8krTwv
zDRRoO03w1/iYnQ5FApm/uZwy9vARSgEsyV1NXaS0/tEArliu8jR3UHpNe7PSchD
s3iFcKlaYndiHWgMaVGK3x0A32LYr4b+wEv34HnBz5RAMntNDd+HrV8t9ik26ze6
QApxyDZ3ngKsKli91ypOtGOjMMKQcwhuzL873WyGhtRBuRt7xr5bZy4HYYAmrp9F
ti+Rs0yYlknouO8Pvy9eSDLwe3OilA7sNen231QRieXnGmC13B9usNtDWPMpuafX
P5eE3Yq5BvVf3GfawfAYwOYpG1EG9hSeVVyHzLiKT0s4gGfWs9X8mN1/2N6nPKMB
tgo4/Sejojt9++Lb31Wj356ikV4RzImBIBUyDP6mrcnmG4044Lw=
=O1+V
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49349
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