mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libpotassco: Update to 0.0-2.69b677f.
* gnu/packages/potassco.scm (libpotassco): Update to 0.0-2.69b677f.
This commit is contained in:
parent
1bd9cbe27f
commit
ba91a7ae60
1 changed files with 3 additions and 3 deletions
|
@ -46,8 +46,8 @@ (define-module (gnu packages potassco)
|
||||||
|
|
||||||
(define-public libpotassco
|
(define-public libpotassco
|
||||||
;; No public release, update together with clasp
|
;; No public release, update together with clasp
|
||||||
(let ((revision "1")
|
(let ((revision "2")
|
||||||
(commit "2f9fb7ca2c202f1b47643aa414054f2f4f9c1821"))
|
(commit "69b677f026c53d5a0a794db17691a1eb8bce8c6b"))
|
||||||
(package
|
(package
|
||||||
(name "libpotassco")
|
(name "libpotassco")
|
||||||
(version (git-version "0.0" revision commit))
|
(version (git-version "0.0" revision commit))
|
||||||
|
@ -65,7 +65,7 @@ (define-public libpotassco
|
||||||
(("\"catch.hpp\"") "<catch/catch.hpp>"))))
|
(("\"catch.hpp\"") "<catch/catch.hpp>"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c32f9gqclf7qx07lpx8wd720vfhkjqhzc6nyy8mjmgwpmb3iyyn"))))
|
"1c69njg30dha1zy6j17gghjg3lgambz0pipxkgxadmrkvsb20z2k"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DLIB_POTASSCO_BUILD_TESTS=on"
|
`(#:configure-flags '("-DLIB_POTASSCO_BUILD_TESTS=on"
|
||||||
"-DLIB_POTASSCO_INSTALL_LIB=on"
|
"-DLIB_POTASSCO_INSTALL_LIB=on"
|
||||||
|
|
Loading…
Reference in a new issue