mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-restclient: Update to 0-4.1fb5706.
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-4.1fb5706. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
544fcac62b
commit
988ff3c8de
1 changed files with 3 additions and 3 deletions
|
@ -16957,9 +16957,9 @@ formatting, and utility methods for jsonnet files.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-restclient
|
(define-public emacs-restclient
|
||||||
(let ((commit "ac8aad6c6b9e9d918062fa3c89c22c2f4ec48bc3")
|
(let ((commit "1fb570643b08ba66eb70831b6f874f52546917f1")
|
||||||
(version "0")
|
(version "0")
|
||||||
(revision "3")) ;Guix package revision,
|
(revision "4")) ;Guix package revision,
|
||||||
;upstream doesn't have official releases
|
;upstream doesn't have official releases
|
||||||
(package
|
(package
|
||||||
(name "emacs-restclient")
|
(name "emacs-restclient")
|
||||||
|
@ -16971,7 +16971,7 @@ formatting, and utility methods for jsonnet files.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a2c7xzy7rsan1zcdskia6m7n6j29xacfkqjlfdhzk6rr1bpzkwk"))
|
"0npij1p1yw4p1f1yrx6bl8q18nav5p2xvbp7qhzhn7lb2fdn5jqv"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue