Archived
1
0
Fork 0

gnu: Update ocaml-ppxlib to 0.25.1.

* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2022-12-16 13:25:10 +00:00 committed by Julien Lepiller
parent 11c1621b53
commit 17f5a0da47
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5677,7 +5677,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(define-public ocaml-ppxlib (define-public ocaml-ppxlib
(package (package
(name "ocaml-ppxlib") (name "ocaml-ppxlib")
(version "0.25.0") (version "0.25.1")
(home-page "https://github.com/ocaml-ppx/ppxlib") (home-page "https://github.com/ocaml-ppx/ppxlib")
(source (source
(origin (origin
@ -5688,7 +5688,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wlqvyqy9ccp7z981blv42aqwq7zfq93cakbahjyy48hiiir6vp2")))) "1402fzv5mg5grf3hb82fqsdkzxk07yfp9hvjh33dzjwjsqfhx3wi"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:phases `(#:phases