guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce.


From: guix-commits
Subject: 02/02: gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce.
Date: Mon, 21 Nov 2022 17:13:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 84100023e23045be2735a6b53f26b2a3c3a1f606
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Nov 21 17:05:02 2022 +0100

    gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce.
    
    * gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to 
0.02-3.1b021ce.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82e5bd0a98..754d2e3cb8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6133,10 +6133,10 @@ blocks with @code{org-babel} in @code{org-mode}.")
       (license license:gpl3+))))
 
 (define-public emacs-ob-restclient
-  (let ((commit "f7449b2068498fe9d8ab9589e0a638148861533f"))
+  (let ((commit "1b021ce1c67c97fa1aa4d2c0816edb7add129e48"))
     (package
       (name "emacs-ob-restclient")
-      (version (git-version "0.02" "2" commit))
+      (version (git-version "0.02" "3" commit))
       (source
        (origin
          (method git-fetch)
@@ -6145,7 +6145,7 @@ blocks with @code{org-babel} in @code{org-mode}.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0s3931w9ab3yfml2pmq71rw21yf6hpg7m3vihxyy3vs6zli1cvmq"))))
+          (base32 "1bcjj01q5n9w2cch6brbz8pzwnwsmdlgaa4sf5s97b9frmqb2ffg"))))
       (propagated-inputs
        (list emacs-restclient))
       (build-system emacs-build-system)



reply via email to

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