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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 497b81350a gnu: emacs-restclient: Update to 1.0-0.1800a4e.
497b81350a is described below

commit 497b81350a45e4c373b70a23cf716906569b9790
Author: Sergey Trofimov <[email protected]>
AuthorDate: Mon Jan 5 10:43:45 2026 +0100

    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 <[email protected]>
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 46f4a7d603..bfa33913f0 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

Reply via email to