guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: perl-file-which: Update to 1.23.


From: guix-commits
Subject: 04/09: gnu: perl-file-which: Update to 1.23.
Date: Mon, 21 Jan 2019 04:21:34 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cbe6f6e385095df467194d3ca3248de633a80d2a
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 21 11:04:03 2019 +0200

    gnu: perl-file-which: Update to 1.23.
    
    * gnu/packages/perl.scm (perl-file-which): Update to 1.23.
    [source]: Update source uri.
    [home-page]: Update to new home-page.
---
 gnu/packages/perl.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 93468d1..c9b2f5e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3732,14 +3732,14 @@ a safe way.")
 (define-public perl-file-which
   (package
     (name "perl-file-which")
-    (version "1.09")
+    (version "1.23")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
+              (uri (string-append "mirror://cpan/authors/id/P/PL/PLICEASE/"
                                   "File-Which-" version ".tar.gz"))
               (sha256
                (base32
-                "1hxjyh9yrv32f3g8vrnr8iylzprajsac14vjm75kf1qnj1jyqbxp"))))
+                "0y70qh5kn2hyrrvbsfhg0iws2qggk5vkpz37f7rbd5rd9cjc57dp"))))
     (build-system perl-build-system)
     (native-inputs `(("test-script" ,perl-test-script)))
     (synopsis "Portable implementation of the `which' utility")
@@ -3747,7 +3747,7 @@ a safe way.")
      "File::Which was created to be able to get the paths to executable
 programs on systems under which the `which' program wasn't implemented in the
 shell.")
-    (home-page "https://metacpan.org/release/ADAMK/File-Which-1.09";)
+    (home-page "https://metacpan.org/release/File-Which";)
     (license (package-license perl))))
 
 (define-public perl-file-zglob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]