me
/
guix
Archived
1
0
Fork 0

gnu: perl-ipc-system-simple: Update to 1.26.

* gnu/packages/perl.scm (perl-ipc-system-simple): Update to 1.26.
master
Marius Bakke 2020-02-12 17:04:07 +01:00
parent bec7e21fa0
commit 22534556fe
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -4635,15 +4635,15 @@ allowing data to be efficiently communicated between processes.")
(define-public perl-ipc-system-simple (define-public perl-ipc-system-simple
(package (package
(name "perl-ipc-system-simple") (name "perl-ipc-system-simple")
(version "1.25") (version "1.26")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://cpan/authors/id/P/PJ/PJF/IPC-System-Simple-" "mirror://cpan/authors/id/J/JK/JKEENAN/IPC-System-Simple-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fsdb81shjj4hifyyzvj7vpkhq5jrfhlcpw2xbjfi1mqz8fsmdpi")))) "1zb5ni8ikaq6s60amwdsq69nz8gxl484yiga6ax5nqp8v0hpy5sp"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/IPC-System-Simple") (home-page "https://metacpan.org/release/IPC-System-Simple")
(synopsis "Run commands simply, with detailed diagnostics") (synopsis "Run commands simply, with detailed diagnostics")