guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ocaml-cairo2: Update to 0.6.3.


From: guix-commits
Subject: 01/02: gnu: ocaml-cairo2: Update to 0.6.3.
Date: Fri, 3 Jun 2022 17:02:24 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 9574c43c1dafa6e3735acd384baf97e301c1c535
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Jun 3 21:13:08 2022 +0200

    gnu: ocaml-cairo2: Update to 0.6.3.
    
    * gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.3.
---
 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 0ecdc5f9f9..f389bf6a6c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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"))



reply via email to

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