mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: ocaml-cairo2: Update to 0.6.2.
* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.2. * gnu/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch: Remove file. * gnu/local.scm (dist_patch_DATA): Remove it.
This commit is contained in:
parent
bf64ef1a83
commit
a3d528fa24
3 changed files with 2 additions and 77 deletions
|
@ -6719,22 +6719,16 @@ convenience functions for vectors and matrices.")
|
|||
(define-public ocaml-cairo2
|
||||
(package
|
||||
(name "ocaml-cairo2")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Chris00/ocaml-cairo")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(patches
|
||||
(search-patches
|
||||
;; NOTE: This patch will be obsolete on the
|
||||
;; next tagged release. Remove it at that
|
||||
;; point.
|
||||
"ocaml-cairo2-caml_ba_array-fix.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wzysis9fa850s68qh8vrvqc6svgllhwra3kzll2ibv0wmdqrich"))))
|
||||
"04rp5y1rlq1pw592yywhvqd5x7csmyi9ad4f32g99nakb10s4nhx"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tests"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue