mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: lib2geom: Update to 1.3.
* gnu/packages/graphics.scm (lib2geom): Update to 1.3. Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806
This commit is contained in:
parent
6d7f9294dd
commit
b5c2e59796
1 changed files with 2 additions and 2 deletions
|
@ -887,7 +887,7 @@ (define-public ilmbase
|
||||||
(define-public lib2geom
|
(define-public lib2geom
|
||||||
(package
|
(package
|
||||||
(name "lib2geom")
|
(name "lib2geom")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -896,7 +896,7 @@ (define-public lib2geom
|
||||||
(file-name (git-file-name "lib2geom" version))
|
(file-name (git-file-name "lib2geom" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
|
"1ypcn0yxk9ny7qg8s8h3px2wpimhfgkwk7x1548ky12iqmdjjmcn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules ((guix build python-build-system)
|
`(#:imported-modules ((guix build python-build-system)
|
||||||
|
|
Loading…
Reference in a new issue