From 497b81350a45e4c373b70a23cf716906569b9790 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Mon, 5 Jan 2026 10:43:45 +0100 Subject: [PATCH] gnu: emacs-restclient: Update to 1.0-0.1800a4e. * gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 1.0-0.1800a4e. [arguments]: Disable #:tests?. [source]: Switch url. [home-page]: Update. Merges guix/guix#5375 Change-Id: Ic9438ba548ac7610b291e01b2e76c6fb9295fa08 Modified-by: Cayetano Santos Signed-off-by: Cayetano Santos --- gnu/packages/emacs-xyz.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 46f4a7d6036efcec79e3e33e21bf3f6e20f27656..bfa33913f0dd429f5049bba67abf8e682f799d7b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24694,26 +24694,26 @@ formatting, and utility methods for jsonnet files.") (license license:gpl3+))) (define-public emacs-restclient - (let ((commit "1fb570643b08ba66eb70831b6f874f52546917f1") - (version "0") - (revision "4")) ;Guix package revision, - ;upstream doesn't have official releases + ;; Upstream doesn't have official releases. + (let ((commit "1800a4e367c250051617d0b8c16a7cbd7f47da69") + (revision "0")) ;Guix package revision, (package (name "emacs-restclient") - (version (git-version version revision commit)) + (version (git-version "1.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/pashky/restclient.el") + (url "https://github.com/emacsorphanage/restclient.el") (commit commit))) (sha256 (base32 - "0npij1p1yw4p1f1yrx6bl8q18nav5p2xvbp7qhzhn7lb2fdn5jqv")) + "02yphcli11j0p6144rwh7l5whx4ahxm3y15nz0b7r3y04fm25w6g")) (file-name (git-file-name name version)))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ;no actual tests (propagated-inputs (list emacs-helm emacs-jq-mode)) - (home-page "https://github.com/pashky/restclient.el") + (home-page "https://github.com/emacsorphanage/restclient.el") (synopsis "Explore and test HTTP REST webservices") (description "This tool allows for testing and exploration of HTTP REST Web services