gnu: libchamplain: Update to 0.12.13.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.13.
This commit is contained in:
parent
8a5141ecff
commit
2eaa2a0c0e
|
@ -2875,7 +2875,7 @@ GL based interactive canvas library.")
|
||||||
(define-public libchamplain
|
(define-public libchamplain
|
||||||
(package
|
(package
|
||||||
(name "libchamplain")
|
(name "libchamplain")
|
||||||
(version "0.12.12")
|
(version "0.12.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2883,7 +2883,7 @@ GL based interactive canvas library.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19jlhbgfn9c9g40b3fa2x373s6rfcwx5i9lbpl3vl7d901r7kpp7"))))
|
"1arzd1hsgq14rbiwa1ih2g250x6ljna2s2kiqfrw155c612s9cxk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue