gnu: lablgtk3: Update to 3.1.1.
* gnu/packages/ocaml.scm (lablgtk3): Update to 3.1.1.
This commit is contained in:
parent
34ba163718
commit
cab2ddb4c8
1 changed files with 2 additions and 2 deletions
|
@ -5824,7 +5824,7 @@ and SVG file output.")
|
||||||
(define-public lablgtk3
|
(define-public lablgtk3
|
||||||
(package
|
(package
|
||||||
(name "lablgtk")
|
(name "lablgtk")
|
||||||
(version "3.0.beta8")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5833,7 +5833,7 @@ and SVG file output.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08pgwnia240i2rw1rbgiahg673kwa7b6bvhsg3z4b47xr5sh9pvz"))))
|
"11qfc39cmwfwfpwmjh6wh98zwdv6p73bv8hqwcsss869vs1r7gmn"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Reference in a new issue