aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs-xyz.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efcf8f6a4..963894d3fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11681,9 +11681,9 @@ JSON objects.")
(license license:gpl3+)))
(define-public emacs-restclient
- (let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
+ (let ((commit "ac8aad6c6b9e9d918062fa3c89c22c2f4ec48bc3")
(version "0")
- (revision "2")) ;Guix package revision,
+ (revision "3")) ;Guix package revision,
;upstream doesn't have official releases
(package
(name "emacs-restclient")
@@ -11695,11 +11695,12 @@ JSON objects.")
(commit commit)))
(sha256
(base32
- "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
+ "1a2c7xzy7rsan1zcdskia6m7n6j29xacfkqjlfdhzk6rr1bpzkwk"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ `(("emacs-helm" ,emacs-helm)
+ ("emacs-jq-mode" ,emacs-jq-mode)))
(home-page "https://github.com/pashky/restclient.el")
(synopsis "Explore and test HTTP REST webservices")
(description
arb: Update to 2.23.0....* gnu/packages/algebra.scm (arb): Update to 2.23.0. Andreas Enge 2022-08-08gnu: flint: Update to 2.9.0....* gnu/packages/algebra.scm (flint): Update to 2.9.0. Andreas Enge 2022-08-08gnu: ntl: Update to 11.5.1....* gnu/packages/algebra.scm (ntl): Update to 11.5.1. Signed-off-by: Andreas Enge <andreas@enge.fr> vicvbcun 2022-08-08gnu: eclib: Update to 20220621....* gnu/packages/algebra.scm (eclib): Update to 20220621. Signed-off-by: Andreas Enge <andreas@enge.fr> vicvbcun 2022-07-23gnu: eigen: Update to 3.4.0....* gnu/packages/algebra.scm (eigen): Update to 3.4.0. * gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch: New file. * gnu/packages/patches/eigen-remove-openmp-error-counting.patch, gnu/packages/patches/eigen-stabilise-sparseqr-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> vicvbcun 2022-07-15gnu: giac: Update to 1.9.0-19....* gnu/packages/algebra.scm (giac): Update to 1.9.0-19. Nicolas Goaziou 2022-06-21gnu: cmh: Add patch to work with current fplll....* gnu/packages/patches/cmh-support-fplll.patch: New file. * gnu/packages/algebra.scm (cmh)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch. Andreas Enge 2022-06-17gnu: pari-gp: Enable pthreads....* gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags. Andreas Enge 2022-06-15gnu: eigen: Honor the #:tests? flag....* gnu/packages/algebra.scm (eigen)[arguments]: Adjust the custom 'check phase to honor the #:tests? flag. Efraim Flashner 2022-06-13gnu: sollya: Update to 8.0....* gnu/packages/algebra.scm (sollya): Update to 8.0. Andreas Enge 2022-06-13gnu: python-fpylll: Update to 0.5.7....* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.7. [source]: Revert from git to pypi. Andreas Enge 2022-06-13gnu: fplll: Update to 5.4.2....* gnu/packages/algebra.scm (fplll): Update to 5.4.2. [source]: Remove patch; for unknown reasons the package now compiles without it. * gnu/packages/patches/fplll-std-fenv.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Andreas Enge 2022-05-05gnu: cm: Update to 0.4.0....* gnu/packages/algebra.scm (cm): Update to 0.4.0. Andreas Enge 2022-04-19gnu: arb: Update to 2.22.1....* gnu/packages/algebra.scm (arb): Update to 2.22.1. Andreas Enge 2022-04-19gnu: pari-gp: Update to 2.13.4....* gnu/packages/algebra.scm (pari-gp): Update to 2.13.4. Andreas Enge 2022-03-11gnu: giac: Use G-expressions....* gnu/packages/algebra.scm (giac)[arguments]: Use G-expressions. Nicolas Goaziou 2022-03-11gnu: giac: Update to 1.7.0-51....* gnu/packages/algebra.scm (giac): Update to 1.7.0-51. Nicolas Goaziou 2022-02-19gnu: gappa: Update to 1.4.0....* gnu/packages/algebra.scm (gappa): Update to 1.4.0. [license]: Update CeCILL version. Eric Bavier 2022-02-19gnu: xtensor: Update to 0.24.0....* gnu/packages/algebra.scm (xtensor): Update to 0.24.0. [native-inputs]: Add DOCTEST. (xtensor-benchmark)[arguments]: Narrow substitution regex. Marius Bakke 2022-01-26gnu: giac: Update to 1.7.0-47....* gnu/packages/algebra.scm (giac): Update to 1.7.0-47. Nicolas Goaziou 2022-01-08gnu: giac: Update to 1.7.0-45....* gnu/packages/algebra.scm (giac): Update to 1.7.0-45. [inputs]: Remove labels. [native-inputs]: Remove labels. Nicolas Goaziou 2022-01-01gnu: Add xtensor-benchmark....* gnu/packages/algebra.scm (xtensor-benchmark): New variable. Ludovic Courtès 2022-01-01gnu: Add eigen-benchmarks....* gnu/packages/algebra.scm (eigen-benchmarks): New variable. Ludovic Courtès 2021-12-14gnu: eigen-for-tensorflow: Build with GCC 7....* gnu/packages/algebra.scm (eigen-for-tensorflow)[native-inputs]: Add gcc-7. Ricardo Wurmus 2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-07gnu: giac: Update to 1.7.0-43....* gnu/packages/algebra.scm (giac): Update to 1.7.0-43. Nicolas Goaziou 2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-22gnu: arb: Update to 2.21.1....* gnu/packages/algebra.scm (arb): Update to 2.21.1. Andreas Enge 2021-11-22gnu: flint: Update to 2.8.4....* gnu/packages/algebra.scm (flint): Update to 2.8.4. Andreas Enge 2021-11-22gnu: pari-gp: Update to 2.13.3....* gnu/packages/algebra.scm (pari-gp): Update to 2.13.3. Andreas Enge 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28gnu: Add ginac....* gnu/packages/algebra.scm (ginac): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego 2021-10-19gnu: giac: Update to 1.7.0-39....* gnu/packages/algebra.scm (giac): Update to 1.7.0-39. Nicolas Goaziou