gnu: ocaml-zed: Update to 3.2.1.

* gnu/packages/ocaml.scm (ocaml-zed): Update to 3.2.1.
This commit is contained in:
Julien Lepiller 2022-11-27 17:28:33 +01:00
parent 91b8ef414c
commit f085755bb8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -4310,7 +4310,7 @@ (define-public ocaml-charinfo-width
(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 @@ (define-public ocaml-zed
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1g171kk5wxnk66d4vwz2crh5i19vhqghp78iybl5am17gl9qf8pb"))))
(base32 "17zdbm422y0qznc659civ9bmahhrbffxa50f8dnykiaq8v2ci91l"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-react