mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-cairo2: Update to 0.6.4.
* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.4.
This commit is contained in:
parent
3402f53e99
commit
dbb35cd2e8
1 changed files with 2 additions and 2 deletions
|
@ -7831,7 +7831,7 @@ convenience functions for vectors and matrices.")
|
||||||
(define-public ocaml-cairo2
|
(define-public ocaml-cairo2
|
||||||
(package
|
(package
|
||||||
(name "ocaml-cairo2")
|
(name "ocaml-cairo2")
|
||||||
(version "0.6.3")
|
(version "0.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7840,7 +7840,7 @@ convenience functions for vectors and matrices.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m0wh0s0sqjfa3mgq99lwk0dsg0bwxipaz93hq18m0lz5fqxib1m"))))
|
"06ag9b88ihhr7yd3s9l0ac7ysig02fmlmsswybbsvz71ni0mb105"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"))
|
`(#:test-target "tests"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue