guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: h-client: Fetch source from Savannah again.


From: guix-commits
Subject: branch master updated: gnu: h-client: Fetch source from Savannah again.
Date: Tue, 14 Jun 2022 11:58:32 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3dd32e76b0 gnu: h-client: Fetch source from Savannah again.
3dd32e76b0 is described below

commit 3dd32e76b05f6cfed68304d286101a37cc928b1a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jun 14 00:35:06 2022 -0400

    gnu: h-client: Fetch source from Savannah again.
    
    * gnu/packages/hardware.scm (h-client)[source]: Update URL and associated
    comment.
---
 gnu/packages/hardware.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index d4e43feb06..1471c28fa2 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -377,8 +377,10 @@ human-readable format and checks if it conforms to the 
standards.")
       (license license:expat))))
 
 (define-public h-client
-  (let ((commit "63ff4a3bf9c3c3b6297091e08192d34991465431")
-        (revision "0"))
+  ;; The Python 3 port hasn't yet been integrated into the main branch
+  ;; (currently lives in the 'python3-port' branch).
+  (let ((commit "e6c78b16e034ccf78ae9cb4c29268c2f57a30bfc")
+        (revision "1"))
     (package
       (name "h-client")
       (version (git-version "0.0a0" revision commit))
@@ -386,14 +388,11 @@ human-readable format and checks if it conforms to the 
standards.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               ;; Use this Python 3 fork until the changes have been reviewed
-               ;; and integrated into the official Savannah repository (in
-               ;; progress).
-               (url "https://git.sr.ht/~apteryx/h-client";)
+               (url "https://git.savannah.gnu.org/git/h-client.git";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0c6s96a1zmsnn7bnfhm790c1fr8sid0zdyh9mwig4y6ffn83czh5"))))
+          (base32 "0hm86d51kj5r3yxq4c23aa57cs8igz3wrkbjn20z4frx75rpf46m"))))
       (build-system python-build-system)
       (inputs
        (list gdk-pixbuf



reply via email to

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