Archived
1
0
Fork 0

gnu: wpebackend-fdo: Update to 1.4.2.

* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.4.2.
This commit is contained in:
Marius Bakke 2020-03-04 12:36:14 +01:00
parent e26c4a7e4e
commit 3f03643219
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -93,14 +93,14 @@ backend which implements them.")
(define-public wpebackend-fdo (define-public wpebackend-fdo
(package (package
(name "wpebackend-fdo") (name "wpebackend-fdo")
(version "1.4.1") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://wpewebkit.org/releases/" (uri (string-append "https://wpewebkit.org/releases/"
"wpebackend-fdo-" version ".tar.xz")) "wpebackend-fdo-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1799vf6wc78z15l39sfh39l5rrvlqpi29ynjm0324rpsrfvs0jb2")))) "07wd736d4nhd2vpxnjzv9pb8firvbn11jmdbnhpkhjxbxa1k86pw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;no tests `(#:tests? #f)) ;no tests