gnu: libfaketime: Update to 0.9.8.

* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
This commit is contained in:
Marius Bakke 2019-10-08 20:29:58 +02:00
parent a5cd5c91bf
commit c021c4323c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2195,7 +2195,7 @@ (define-public unittest-cpp
(define-public libfaketime (define-public libfaketime
(package (package
(name "libfaketime") (name "libfaketime")
(version "0.9.7") (version "0.9.8")
(home-page "https://github.com/wolfcw/libfaketime") (home-page "https://github.com/wolfcw/libfaketime")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -2204,7 +2204,7 @@ (define-public libfaketime
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1cin1pqwpsswcv7amiwijirvcg3x1zf2l00s1x84nxc5602fzr5c")) "1mfdl82ppgbdvy1ny8mb7xii7p0g7awvn4bn36jb8v4r545slmjc"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments