3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: h-client: Fetch source from Savannah again.

* gnu/packages/hardware.scm (h-client)[source]: Update URL and associated
comment.
This commit is contained in:
Maxim Cournoyer 2022-06-14 00:35:06 -04:00
parent 99c43cf344
commit 3dd32e76b0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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