guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: perl-uri-template: Update to 0.24.


From: guix-commits
Subject: 06/08: gnu: perl-uri-template: Update to 0.24.
Date: Wed, 20 Mar 2019 15:43:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84cd5bd7f87c2724d51a474de11f55eda80f1792
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 20 20:07:22 2019 +0100

    gnu: perl-uri-template: Update to 0.24.
    
    * gnu/packages/web.scm (perl-uri-template): Update to 0.24.
---
 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 cf26a1a..4326822 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3705,14 +3705,14 @@ methods for WebSocket URIs as it does for HTTP URIs.")
 (define-public perl-uri-template
   (package
     (name "perl-uri-template")
-    (version "0.23")
+    (version "0.24")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0nnijyv4n5qfg7l94j7fmvqy9cbq3gl9sz9anmgsiprmkmpk419j"))))
+                "1phibcmam2hklrddzj79l43va1gcqpyszbw21ynxq53ynmhjvbk8"))))
     (build-system perl-build-system)
     (inputs
      `(("perl-uri" ,perl-uri)))



reply via email to

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