guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: ocaml-linenoise: Update to 1.4.0.


From: guix-commits
Subject: 08/11: gnu: ocaml-linenoise: Update to 1.4.0.
Date: Thu, 22 Sep 2022 01:38:43 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit c593429b43d9aee567285ff4f8581f2300a65481
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Sep 20 20:20:19 2022 +0200

    gnu: ocaml-linenoise: Update to 1.4.0.
    
    * gnu/packages/ocaml.scm (ocaml-linenoise): Update to 1.4.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]