mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: jucipp: Update to 1.7.2.
* gnu/packages/text-editors.scm (jucipp): Update to 1.7.2. [arguments]: Skip one more test.
This commit is contained in:
parent
fa3dac025a
commit
2cf835ae28
1 changed files with 3 additions and 3 deletions
|
@ -310,7 +310,7 @@ (define-public joe
|
||||||
(define-public jucipp
|
(define-public jucipp
|
||||||
(package
|
(package
|
||||||
(name "jucipp")
|
(name "jucipp")
|
||||||
(version "1.7.1")
|
(version "1.7.2")
|
||||||
(home-page "https://gitlab.com/cppit/jucipp")
|
(home-page "https://gitlab.com/cppit/jucipp")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -322,7 +322,7 @@ (define-public jucipp
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xyf1fa7jvxzvg1dxh5vc50fbwjjsar4fmlvbfhicdd1f8bhz1ii"))
|
(base32 "034il3z38a7qvp95f52n9rxbqmh8fxsy416rjak3zzagvfkvzyii"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -346,7 +346,7 @@ (define-public jucipp
|
||||||
;; Disable the CMake build test, as it does not test
|
;; Disable the CMake build test, as it does not test
|
||||||
;; functionality of the package, and requires doing
|
;; functionality of the package, and requires doing
|
||||||
;; an "in-source" build.
|
;; an "in-source" build.
|
||||||
(("add_test\\(cmake_build_test.*\\)")
|
(("add_test\\(cmake_(build|file_api)_test.*\\)")
|
||||||
"")
|
"")
|
||||||
;; Disable the git test, as it requires the full checkout.
|
;; Disable the git test, as it requires the full checkout.
|
||||||
(("add_test\\(git_test.*\\)")
|
(("add_test\\(git_test.*\\)")
|
||||||
|
|
Loading…
Reference in a new issue