[PATCH] gnu: whois: Update to 5.5.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227172051.25010-1-vincent.legoll@gmail.com
* gnu/packages/networking.scm (whois): Update to 5.5.7.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 479f5329f5..f2ec4d792f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1304,14 +1304,14 @@ and up to 1 Mbit/s downstream.")
(define-public whois
(package
(name "whois")
- (version "5.5.6")
+ (version "5.5.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://debian/pool/main/w/whois/"
"whois_" version ".tar.xz"))
(sha256
- (base32 "0kpi981zjczvdcxfcq455c529vlaxa73x8kbm530z5b01h0fk8fb"))))
+ (base32 "14vkf7vkvlfwq45fcsq5dbwnjnkfrmv33br13g1jgl9qpw6p1yiy"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45473-done@debbugs.gnu.org)
X+n+Rar+z2aYhD7W@3900XT
Looks good. Patch pushed!

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p/kUACgkQQarn3Mo9
g1GXaA/9FbubuVm3RuzxuUvgufguo5JrifILhpY71GIBWdRRWkQoVTkWGtFb0xy7
pZzY9CSwm6AAAJIL+64Y4ARDss7irPqn5Fa70Iv+8S5MLDtGq+WP5OHddWjiicGl
ryD5R2ivZWCBaUtbD5YbxZOlSo4AWjHrXYw5S3Y+RoIEZu5NDe+RhcspQ2JMTPJW
iN6SCJXiJouIk4RcAiF40hjPkD4WM1Gbjq8tIcjbhe4UF30TinYa7dnNS+DIrdW1
ShgPzjd+alZRLfZFLqtXbIHVLzGJ6QOH1Wi4jm0mbxatNWJNyMSarJ01QaAydAsi
80mUyS/PwuCPXOHdF6qihpjeQj8zlKxW/WtJRPT3wIj7XbK2hty9knmJSlWCdB2d
5VV1tpn2akK5D0EhsInUaTRgfwrvYsjr2JWAeWFa5ZhctfV+liI8EIo4hyQ4nE1N
HjcaCP6C2JE5Ccd3Yh6MIT2q9RzYqeSSyXfYt7V+9RlCcp6yl/8KTYJkVjibsmqy
9j+uaeCor4OpEvAz28qpjxA//J7jit7K1k16mkgE7zvPJt7Yq1QcmtUNa+T1DDMR
p7TGIZq9Evot1fhRy/5yrtS3kDhfQXfxcJVvbK8IaUJLg+VCz8kBFyQOvL+xcmDH
9yzo4mDJMmcs+KCZkDonMnidNigZI/9RQuQlUU9Zv7YjipGRQV8=
=6AUz
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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