aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2018-09-11 12:00:26 +0200
committerLudovic Courtès <ludo@gnu.org>2018-09-11 17:46:28 +0200
commit828fa94d7a234383fa479f769f220a7ec501bbdb (patch)
tree5ab47725476d8d7710f920ddbb896c3022967c18
parent01af264dcbfb66aa3bc23f56335c6d64163cca8c (diff)
downloadguix-828fa94d7a234383fa479f769f220a7ec501bbdb.tar.gz
guix-828fa94d7a234383fa479f769f220a7ec501bbdb.zip
gnu: guile-simple-zmq, jupyter-guile-kernel: Update to 5bb66a0 and a7db924.
* gnu/packages/guile.scm (guile-simple-zmq): Update to 5bb66a0. (jupyter-guile-kernel): Update to a7db924.
-rw-r--r--gnu/packages/guile.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 05d9315214..16db4ea5e4 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -2056,8 +2056,8 @@ convenient nested tree operations.")
(license license:gpl3+)))
(define-public guile-simple-zmq
- (let ((commit "1f3b7c0b9b249c6fde8e8a632b252d8a1b794424")
- (revision "1"))
+ (let ((commit "5bb66a0499f94006cfd18b58e80ad6623f911c31")
+ (revision "2"))
(package
(name "guile-simple-zmq")
(version (git-version "0.0.0" revision commit))
@@ -2069,7 +2069,7 @@ convenient nested tree operations.")
(commit commit)))
(sha256
(base32
- "0nj2pd5bsmmgd3c54wh4sixfhmsv1arsq7yam2d7487h3n9q57r7"))
+ "0dj1brjqa7m4k71sf94aq26ca0la3nr894kfmjnqkpawqfp4dyaz"))
(file-name (git-file-name name version))))
(build-system guile-build-system)
(arguments
@@ -2094,8 +2094,8 @@ messaging library.")
(license license:gpl3+))))
(define-public jupyter-guile-kernel
- (let ((commit "a5c5f3ea3215b65e770bcb62f71117b0ec4575ed")
- (revision "0"))
+ (let ((commit "a7db9245a886e104138474df46c3e88b95cff629")
+ (revision "1"))
(package
(name "jupyter-guile-kernel")
(version (git-version "0.0.0" revision commit))
@@ -2107,7 +2107,7 @@ messaging library.")
(commit commit)))
(sha256
(base32
- "0y5jr0f0dyskvsawqbf6n0bpg8jirw4mhqbarf2a6p9lxhqha9s9"))))
+ "0aj04853bqm47ivfcmrgpb7w3wkis847kc7qrwsa5zcn9h38qh2f"))))
(build-system guile-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
tr>2022-03-03download: Load X.509 certificates only once....Ludovic Courtès 2022-03-03download: Remove obsolete bit from docstring....Ludovic Courtès 2022-02-24build: julia-build-system: Fix corner-case for parallel tests....zimoun 2022-02-24build: julia: Add 'julia-package-dependencies' as keyword....Efraim Flashner 2022-02-07build: Fix typo in file-size docstring....Maxim Cournoyer 2022-02-05guix: maven: Fix java parser....Julien Lepiller 2022-01-29build-system: emacs: Ensure that package descriptions are generated....Andrew Tropin 2022-01-24build-system/clojure: Support compiling Java....Reily Siegel 2022-01-24build-system/clojure: Exit with non-zero if tests fail....Reily Siegel 2022-01-23compile: Really disable cross-module inlining and related features....Ludovic Courtès 2022-01-17Merge branch 'version-1.4.0'...Maxim Cournoyer 2022-01-10build-system/gnu: Make gzip files writable before resetting timestamps....Sarah Morgensen 2022-01-10utils: Fix wrap-script argument handling....Brendan Tildesley 2022-01-10build: julia-build-system: Create 'Project.toml' file when missing....zimoun 2022-01-09guix: node-build-system: Add 'delete-dependencies' helper function....Philip McGrath 2022-01-09guix: node-build-system: Add avoid-node-gyp-rebuild phase....Philip McGrath 2022-01-09guix: node-build-system: Add JSON utilities....Philip McGrath 2022-01-09guix: node-build-system: Add delete-lockfiles phase....Philip McGrath 2022-01-14compile: Disable cross-module inlining and related features....Ludovic Courtès 2022-01-12build: clojure-utils: Don't try to compile Clojure....Reily Siegel 2022-01-05linux-container: Handle CLONE_NEWCGROUP and use it by default....Ryan Sundberg 2021-12-24build-system/go: Initialize build cache from input packages....Sarah Morgensen 2021-12-14build-system: emacs: Do not rely on input labels in the 'build' phase....Maxim Cournoyer 2021-12-14guix: Fix typo in last commit....Nicolas Goaziou 2021-12-14guix: Do not assume "emacs" label in make-autoloads....Nicolas Goaziou 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-12-03build-system: emacs: Keep -pkg.el files....Liliana Marie Prikler