summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 11:10:22 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:58 +0200
commitae08819ca56dac7314c6147b476b63302480c7e6 (patch)
treeea2772a762b894c09d0cf6b2a9e2d51f410fe660
parent85b23e64e21e63af398cf460e00dd37440d0b9d1 (diff)
downloadguix-patches-ae08819ca56dac7314c6147b476b63302480c7e6.tar
guix-patches-ae08819ca56dac7314c6147b476b63302480c7e6.tar.gz
gnu: ocaml-ppx-stable: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-stable): Update to 0.15.0.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 326abfb57a..890c6c122b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6481,7 +6481,7 @@ from type definitions.")
(define-public ocaml-ppx-stable
(package
(name "ocaml-ppx-stable")
- (version "0.14.1")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -6490,7 +6490,7 @@ from type definitions.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1sp1kn23qr0pfypa4ilvhqq5y11y13xpfygfl582ra9kik5xqfa1"))))
+ (base32 "1as0v0x8c9ilyhngax55lvwyyi4a2wshyan668v0f2s1608cwb1l"))))
(build-system dune-build-system)
(arguments
`(#:test-target "tests"))