GNU bug report logs -
#77156
[core-packages-team PATCH 0/2] Fix Perl packages.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 21 Mar 2025 18:01:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.089.
Change-Id: I6c9331a509607f87ef07bc272b375ce133d59075
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f8519bbfa9..3488089072 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4335,14 +4335,14 @@ (define-public perl-io-socket-ip
(define-public perl-io-socket-ssl
(package
(name "perl-io-socket-ssl")
- (version "2.081")
+ (version "2.089")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/"
"IO-Socket-SSL-" version ".tar.gz"))
(sha256
(base32
- "0hw4c62abq0cs3ixi0ws96i2y0fij3452514dlqn7d6nm0kgig87"))))
+ "1l8l78p9sq2mj0xb4bpjn8rph0fdxi9xa6pm968px5j22qn130zn"))))
(build-system perl-build-system)
(propagated-inputs
(list perl-net-ssleay
--
2.49.0
This bug report was last modified 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.