mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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:
parent
11c1621b53
commit
17f5a0da47
1 changed files with 2 additions and 2 deletions
|
@ -5677,7 +5677,7 @@ (define-public ocaml-ppx-derivers
|
|||
(define-public ocaml-ppxlib
|
||||
(package
|
||||
(name "ocaml-ppxlib")
|
||||
(version "0.25.0")
|
||||
(version "0.25.1")
|
||||
(home-page "https://github.com/ocaml-ppx/ppxlib")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5688,7 +5688,7 @@ (define-public ocaml-ppxlib
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wlqvyqy9ccp7z981blv42aqwq7zfq93cakbahjyy48hiiir6vp2"))))
|
||||
"1402fzv5mg5grf3hb82fqsdkzxk07yfp9hvjh33dzjwjsqfhx3wi"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue