guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: ocaml-graphics: Update to 5.1.2.


From: guix-commits
Subject: 09/09: gnu: ocaml-graphics: Update to 5.1.2.
Date: Thu, 7 Oct 2021 22:34:48 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3fc0fa988eaaf73da8637dcd152e03749d2eec52
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 04:32:04 2021 +0200

    gnu: ocaml-graphics: Update to 5.1.2.
    
    * gnu/packages/ocaml.scm (ocaml-graphics): Update to 5.1.2.
---
 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 9054814..7f94948 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7265,7 +7265,7 @@ Parsers are backtracking by default and support unbounded 
lookahead.")
 (define-public ocaml-graphics
   (package
     (name "ocaml-graphics")
-    (version "5.1.1")
+    (version "5.1.2")
     (home-page "https://github.com/ocaml/graphics";)
     (source
      (origin
@@ -7276,7 +7276,7 @@ Parsers are backtracking by default and support unbounded 
lookahead.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "14w07ydji2nbdk366nfp2pzs9484xp9vqv63n345id13v48z8bfi"))))
+         "1q20f8y6ijxbvzik2ns4yl3w54q5z8kd0pby8i8c64a04hvly08m"))))
     (build-system dune-build-system)
     (propagated-inputs
      `(("libx11" ,libx11)))



reply via email to

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