guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: hitch: Update to 1.7.3.


From: guix-commits
Subject: 01/19: gnu: hitch: Update to 1.7.3.
Date: Fri, 16 Sep 2022 13:04:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d8f5cb0dcc23e76a4b7ca85ff0fb1eb2f655f608
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 15 17:07:07 2022 +0200

    gnu: hitch: Update to 1.7.3.
    
    * gnu/packages/web.scm (hitch): Update to 1.7.3.
---
 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 13fe4cd2b1..3262dbbb10 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5708,14 +5708,14 @@ on the fly.")
 (define-public hitch
   (package
     (name "hitch")
-    (version "1.7.2")
+    (version "1.7.3")
     (home-page "https://hitch-tls.org/";)
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "source/hitch-" version ".tar.gz"))
               (sha256
                (base32
-                "118p3a8wjvr0yhldpd1zm7d2cmgaw4vmyz9ib8m64z18qsz5rmnw"))))
+                "11wp50zs5irb5bj5xyanm060nlvna6ha328wqf6p2nvpbnaz86qs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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