[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lablgtk3: Update to 3.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lablgtk3: Update to 3.1.1. |
Date: |
Thu, 19 Nov 2020 14:35:29 -0500 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cab2ddb gnu: lablgtk3: Update to 3.1.1.
cab2ddb is described below
commit cab2ddb4c83bc77b7290b7ba40f032a2ae4fc22c
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Thu Nov 19 13:35:12 2020 -0600
gnu: lablgtk3: Update to 3.1.1.
* gnu/packages/ocaml.scm (lablgtk3): Update to 3.1.1.
---
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 f382bad..706def4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5824,7 +5824,7 @@ and SVG file output.")
(define-public lablgtk3
(package
(name "lablgtk")
- (version "3.0.beta8")
+ (version "3.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5833,7 +5833,7 @@ and SVG file output.")
(file-name (git-file-name name version))
(sha256
(base32
- "08pgwnia240i2rw1rbgiahg673kwa7b6bvhsg3z4b47xr5sh9pvz"))))
+ "11qfc39cmwfwfpwmjh6wh98zwdv6p73bv8hqwcsss869vs1r7gmn"))))
(build-system dune-build-system)
(arguments
`(#:tests? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lablgtk3: Update to 3.1.1.,
guix-commits <=