guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.


From: guix-commits
Subject: 02/04: gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.
Date: Thu, 20 Aug 2020 12:28:28 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit c00ebfd6d7f8cf58d5972c3c8b3ea504879c90e9
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Aug 20 14:37:19 2020 +0200

    gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to 
0.02-2.f7449b2.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 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 f5113ba..7c4b9d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3825,10 +3825,10 @@ blocks with @code{org-babel} in @code{org-mode}.")
       (license license:gpl3+))))
 
 (define-public emacs-ob-restclient
-  (let ((commit "53376667eeddb1388fd6c6976f3222e7c8adcd46"))
+  (let ((commit "f7449b2068498fe9d8ab9589e0a638148861533f"))
     (package
       (name "emacs-ob-restclient")
-      (version (git-version "0.02" "1" commit))
+      (version (git-version "0.02" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -3837,7 +3837,7 @@ blocks with @code{org-babel} in @code{org-mode}.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1djg53cp7y83gic2v71y6r5z76kwrbkp0r69hl25rs99dx6p89dy"))))
+          (base32 "0s3931w9ab3yfml2pmq71rw21yf6hpg7m3vihxyy3vs6zli1cvmq"))))
       (propagated-inputs
        `(("emacs-restclient" ,emacs-restclient)))
       (build-system emacs-build-system)



reply via email to

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