gnu: jucipp: Update to 1.6.1.
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1.master
parent
d198b70e66
commit
63003bd47c
|
@ -227,7 +227,7 @@ bindings and many of the powerful features of GNU Emacs.")
|
||||||
(define-public jucipp
|
(define-public jucipp
|
||||||
(package
|
(package
|
||||||
(name "jucipp")
|
(name "jucipp")
|
||||||
(version "1.6.0")
|
(version "1.6.1")
|
||||||
(home-page "https://gitlab.com/cppit/jucipp")
|
(home-page "https://gitlab.com/cppit/jucipp")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -239,7 +239,7 @@ bindings and many of the powerful features of GNU Emacs.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "177myy6qvjlb6j3f3i3xmfml5r3p9in8xzpvm0n59dn56s81gpnr"))))
|
(base32 "0lb477acqrm3fy3j6i7j9l68j48cnkrzi80588npwwjssqicy4g6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
`(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||||
|
|
Reference in New Issue