3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-cairo2: Update to 0.6.3.

* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.3.
This commit is contained in:
Julien Lepiller 2022-06-03 21:13:08 +02:00
parent 3d69f2dae8
commit 9574c43c1d
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7591,7 +7591,7 @@ convenience functions for vectors and matrices.")
(define-public ocaml-cairo2
(package
(name "ocaml-cairo2")
(version "0.6.2")
(version "0.6.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7600,7 +7600,7 @@ convenience functions for vectors and matrices.")
(file-name (git-file-name name version))
(sha256
(base32
"04rp5y1rlq1pw592yywhvqd5x7csmyi9ad4f32g99nakb10s4nhx"))))
"1m0wh0s0sqjfa3mgq99lwk0dsg0bwxipaz93hq18m0lz5fqxib1m"))))
(build-system dune-build-system)
(arguments
`(#:test-target "tests"))