summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-10-08 04:32:04 +0200
committerJulien Lepiller <julien@lepiller.eu>2021-10-08 04:34:11 +0200
commit3fc0fa988eaaf73da8637dcd152e03749d2eec52 (patch)
tree57b9598ba640f3e7e2b2f5888a01dabf4afedc62
parentf86cad2fbe6aebfd4fefa1533d20dc60ec707fce (diff)
gnu: ocaml-graphics: Update to 5.1.2.
* gnu/packages/ocaml.scm (ocaml-graphics): Update to 5.1.2.
-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 9054814597..7f94948916 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7265,7 +7265,7 @@ Parsers are backtracking by default and support unbounded lookahead.")
(define-public ocaml-graphics
(package
(name "ocaml-graphics")
- (version "5.1.1")
+ (version "5.1.2")
(home-page "https://github.com/ocaml/graphics")
(source
(origin
@@ -7276,7 +7276,7 @@ Parsers are backtracking by default and support unbounded lookahead.")
(file-name (git-file-name name version))
(sha256
(base32
- "14w07ydji2nbdk366nfp2pzs9484xp9vqv63n345id13v48z8bfi"))))
+ "1q20f8y6ijxbvzik2ns4yl3w54q5z8kd0pby8i8c64a04hvly08m"))))
(build-system dune-build-system)
(propagated-inputs
`(("libx11" ,libx11)))