gnu: gwl: Update to 0.5.0.

* gnu/packages/package-management.scm (gwl): Update to 0.5.0.
[arguments]: Disable integration tests.
This commit is contained in:
Ricardo Wurmus 2022-07-21 12:49:46 +02:00
parent 85bb38fd96
commit a2e57f6017
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1302,18 +1302,18 @@ (define system ,(or (%current-target-system)
(define-public gwl (define-public gwl
(package (package
(name "gwl") (name "gwl")
(version "0.4.0") (version "0.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz")) (uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0sgaaq430l3dqmqqiikfb0ilxnd2cq28626y18kxx5c781qwpys9")))) "09r22gqgaj2mxvlwvfach5j1n66y3yggmzc6d2gxq7lyywbcvjvs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:parallel-build? #false ; for reproducibility `(#:parallel-build? #false ; for reproducibility
#:make-flags #:make-flags
'("GUILE_AUTO_COMPILE=0"))) '("GUILE_AUTO_COMPILE=0" "GWL_SKIP_INTEGRATION_TESTS=1")))
(native-inputs (native-inputs
(list autoconf automake pkg-config texinfo graphviz)) (list autoconf automake pkg-config texinfo graphviz))
(inputs (inputs