guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: ocaml-zed: Update to 3.2.1.


From: guix-commits
Subject: 05/05: gnu: ocaml-zed: Update to 3.2.1.
Date: Sun, 27 Nov 2022 12:12:57 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit f085755bb8af01065f5b8a2dba1ff93993e615fb
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 27 17:28:33 2022 +0100

    gnu: ocaml-zed: Update to 3.2.1.
    
    * gnu/packages/ocaml.scm (ocaml-zed): Update to 3.2.1.
---
 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 6c9c7a9308..e0bedf74f9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4310,7 +4310,7 @@ function that follows the prototype of POSIX's wcwidth.")
 (define-public ocaml-zed
   (package
     (name "ocaml-zed")
-    (version "3.2.0")
+    (version "3.2.1")
     (home-page "https://github.com/ocaml-community/zed";)
     (source
      (origin
@@ -4320,7 +4320,7 @@ function that follows the prototype of POSIX's wcwidth.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g171kk5wxnk66d4vwz2crh5i19vhqghp78iybl5am17gl9qf8pb"))))
+        (base32 "17zdbm422y0qznc659civ9bmahhrbffxa50f8dnykiaq8v2ci91l"))))
     (build-system dune-build-system)
     (propagated-inputs
      (list ocaml-react



reply via email to

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