all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59450] [PATCH] gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce.
@ 2022-11-21 16:05 Michael Rohleder
  2022-11-21 22:13 ` bug#59450: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-11-21 16:05 UTC (permalink / raw)
  To: 59450; +Cc: Michael Rohleder

* gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to 0.02-3.1b021ce.
---
 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 821240b6b2..96f024fca1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6133,10 +6133,10 @@ (define-public emacs-ob-erlang
       (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 @@ (define-public emacs-ob-restclient
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0s3931w9ab3yfml2pmq71rw21yf6hpg7m3vihxyy3vs6zli1cvmq"))))
+          (base32 "1bcjj01q5n9w2cch6brbz8pzwnwsmdlgaa4sf5s97b9frmqb2ffg"))))
       (propagated-inputs
        (list emacs-restclient))
       (build-system emacs-build-system)
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59450: [PATCH] gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce.
  2022-11-21 16:05 [bug#59450] [PATCH] gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce Michael Rohleder
@ 2022-11-21 22:13 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-11-21 22:13 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 59450-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to
> 0.02-3.1b021ce.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-21 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 16:05 [bug#59450] [PATCH] gnu: emacs-ob-restclient: Update to 0.02-3.1b021ce Michael Rohleder
2022-11-21 22:13 ` bug#59450: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.