guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: perl-file-listing: Update to 6.15.


From: guix-commits
Subject: 01/06: gnu: perl-file-listing: Update to 6.15.
Date: Fri, 12 Aug 2022 17:15:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ca62b08cfa8f1363389c1400cd2ed9cbdf67b4c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 12 23:30:46 2022 +0300

    gnu: perl-file-listing: Update to 6.15.
    
    * gnu/packages/web.scm (perl-file-listing): Update to 6.15.
---
 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 8b41477014..7eeff4349b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3101,7 +3101,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
 (define-public perl-file-listing
   (package
     (name "perl-file-listing")
-    (version "6.11")
+    (version "6.15")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -3109,7 +3109,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0vmzw1mhv580flzkla80gvwfpficnhlbqr1dnlf9x50bw7n18k62"))))
+               "033p2ckkjbxrl390x8aq4wq4fpj5aidsazkbw82mhqxrksgzpi26"))))
     (build-system perl-build-system)
     (propagated-inputs
      (list perl-http-date))



reply via email to

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