guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ocaml-cairo2: Update to 0.6.4.


From: guix-commits
Subject: 02/02: gnu: ocaml-cairo2: Update to 0.6.4.
Date: Mon, 10 Oct 2022 14:57:56 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit dbb35cd2e8a9e1d9d2f6a4425d68b0631466ff29
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Oct 10 19:35:14 2022 +0200

    gnu: ocaml-cairo2: Update to 0.6.4.
    
    * gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.4.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2702847029..121b13c115 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]