me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-cairo2: Update to 0.6.4.

* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.4.
master
Julien Lepiller 2022-10-10 19:35:14 +02:00
parent 3402f53e99
commit dbb35cd2e8
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

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