mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: libfaketime: Update to 0.9.8.
* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
This commit is contained in:
parent
a5cd5c91bf
commit
c021c4323c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue