mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "lib2geom")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -896,7 +896,7 @@ (define-public lib2geom
|
|||
(file-name (git-file-name "lib2geom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
|
||||
"1ypcn0yxk9ny7qg8s8h3px2wpimhfgkwk7x1548ky12iqmdjjmcn"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules ((guix build python-build-system)
|
||||
|
|
Loading…
Reference in a new issue