diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 20:29:58 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 21:23:03 +0200 |
commit | c021c4323c4c00dc1ef9c74cb598140ed73c2003 (patch) | |
tree | ab98261e4d62bd4badff05e1d94db555c99a0329 /gnu | |
parent | a5cd5c91bfffebcb3000c3fe295357f1097ba4ea (diff) | |
download | patches-c021c4323c4c00dc1ef9c74cb598140ed73c2003.tar patches-c021c4323c4c00dc1ef9c74cb598140ed73c2003.tar.gz |
gnu: libfaketime: Update to 0.9.8.
* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index dab0bd39c3..18af697693 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2195,7 +2195,7 @@ portable to just about any platform.") (define-public libfaketime (package (name "libfaketime") - (version "0.9.7") + (version "0.9.8") (home-page "https://github.com/wolfcw/libfaketime") (source (origin (method git-fetch) @@ -2204,7 +2204,7 @@ portable to just about any platform.") (commit (string-append "v" version)))) (sha256 (base32 - "1cin1pqwpsswcv7amiwijirvcg3x1zf2l00s1x84nxc5602fzr5c")) + "1mfdl82ppgbdvy1ny8mb7xii7p0g7awvn4bn36jb8v4r545slmjc")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |