diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-09-20 20:20:19 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-09-22 07:35:54 +0200 |
commit | c593429b43d9aee567285ff4f8581f2300a65481 (patch) | |
tree | ec68a6fd522ff0f8d5519c2807db69a7fec1ce77 | |
parent | 8734851a8c7bf39f4e88129c3e3de9074fddc3ea (diff) | |
download | guix-c593429b43d9aee567285ff4f8581f2300a65481.tar.gz guix-c593429b43d9aee567285ff4f8581f2300a65481.zip |
gnu: ocaml-linenoise: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-linenoise): Update to 1.4.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 2ac4459b4d..c9a63c28f6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1954,7 +1954,7 @@ ocaml-migrate-parsetree") (define-public ocaml-linenoise (package (name "ocaml-linenoise") - (version "1.3.1") + (version "1.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -1963,7 +1963,7 @@ ocaml-migrate-parsetree") (file-name (git-file-name name version)) (sha256 (base32 - "0s98695skz1wvrak0rdlh80w3cv6piic1dxqpn9rv1yymbklafg4")))) + "1gk11pflal08kg2dz1b5zrlpnhbxpg2rwf8cknw3vzmq6gsmk2kc")))) (build-system dune-build-system) (arguments ;; No tests |