[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: perl-async-interrupt: Update to 1.26.
From: |
guix-commits |
Subject: |
02/07: gnu: perl-async-interrupt: Update to 1.26. |
Date: |
Fri, 2 Oct 2020 17:15:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 545c6bda37ff9b732f584ffd29e054973d44cb76
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 2 10:35:44 2020 +0200
gnu: perl-async-interrupt: Update to 1.26.
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.26.
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 1c3d999..e093a63 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -454,14 +454,14 @@ list manipulation routines.")
(define-public perl-async-interrupt
(package
(name "perl-async-interrupt")
- (version "1.25")
+ (version "1.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/ML/MLEHMANN/"
"Async-Interrupt-" version ".tar.gz"))
(sha256
(base32
- "0jh94wj1b6a0cnni8prsb59g5lak5rfj2fw5ng96291zmz2yqp1w"))))
+ "0nq8wqy0gsnwhiw23wsp1dmgzzbf2q1asi85yd0d7cmg4haxsmib"))))
(build-system perl-build-system)
(native-inputs
`(("perl-canary-stability" ,perl-canary-stability)))
- branch master updated (3c01fcc -> 63e5ef4), guix-commits, 2020/10/02
- 01/07: gnu: perl-test-utf8: Update to 1.02., guix-commits, 2020/10/02
- 02/07: gnu: perl-async-interrupt: Update to 1.26.,
guix-commits <=
- 03/07: gnu: lsp-plugins: Update to 1.1.26., guix-commits, 2020/10/02
- 05/07: gnu: liblouisutdml: Update to 2.9.0., guix-commits, 2020/10/02
- 07/07: gnu: orc: Update to 0.4.32., guix-commits, 2020/10/02
- 06/07: gnu: zeromq: Update to 4.3.3., guix-commits, 2020/10/02
- 04/07: gnu: liblouis: Update to 3.15.0., guix-commits, 2020/10/02