guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: hitch: Update to 1.7.2.


From: guix-commits
Subject: 01/05: gnu: hitch: Update to 1.7.2.
Date: Wed, 8 Dec 2021 02:48:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cb8d62bd42f1ba3244ab9fb7693bfe4ddb183113
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 7 00:22:16 2021 +0100

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



reply via email to

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