bump: ob-restclient

alf/ob-restclient.el@8183f8af08 -> alf/ob-restclient.el@94dd9cd98f

newer `restclient` version (in use) sets to buffer to `view-mode`
ob-restclient works around this by exiting it manually

Fix: #8461
This commit is contained in:
Daniel G Travieso
2025-08-21 14:50:27 +02:00
committed by GitHub
parent 1ede94c88a
commit 3ab397b520

View File

@@ -142,7 +142,7 @@
:recipe (:host github :repo "DEADB17/ob-racket")
:pin "d8fd51bddb019b0eb68755255f88fc800cfe03cb"))
(when (modulep! :lang rest)
(package! ob-restclient :pin "8183f8af08838854cf145ca4855b373f3e7c44b0"))
(package! ob-restclient :pin "94dd9cd98ff50717135ed5089afb378616faf11a"))
(when (modulep! :lang scala)
(package! ob-ammonite :pin "39937dff395e70aff76a4224fa49cf2ec6c57cca"))