gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.
authorMichael Rohleder <mike@rohleder.de>
Thu, 20 Aug 2020 12:37:19 +0000 (14:37 +0200)
committerOleg Pykhalov <go.wigust@gmail.com>
Thu, 20 Aug 2020 16:26:08 +0000 (19:26 +0300)
* 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

index f5113ba..7c4b9d2 100644 (file)
@@ -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)