summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-04-30 20:58:20 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:53 +0200
commitc87661143a7f4c600fd1ff3424d5916005ba2051 (patch)
treec12812589e092a1ab7a6b53341c528a3f37a0437
parentd1f604c20fbbd2b6ea64c530db46899908b8a2de (diff)
downloadguix-patches-c87661143a7f4c600fd1ff3424d5916005ba2051.tar
guix-patches-c87661143a7f4c600fd1ff3424d5916005ba2051.tar.gz
gnu: ocaml-ppx-fixed-literal: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): 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 91de72ce7a..2966002cf1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6076,7 +6076,7 @@ to record their startup time.")
(define-public ocaml-ppx-fixed-literal
(package
(name "ocaml-ppx-fixed-literal")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -6085,7 +6085,7 @@ to record their startup time.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s7rb4dhz4ibhh42a9sfxjj3zbwfyfmaihr92hpdv5j9xqn3n8mi"))))
+ (base32 "10siwcqrqa4gh0mg6fkaby0jjskc01r81pcblc67h3vmbjjh08j9"))))
(build-system dune-build-system)
(arguments
`(#:tests? #f)); no tests