diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 02:10:56 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:30 +0200 |
commit | 9431936694ea5d7ded24b7a8d009a9067d88e135 (patch) | |
tree | 3124a42087e3077c538fb412567a0de5a96358b7 /gnu | |
parent | 577e2d8c38691f2a17344f853b0e22a31eaf6df4 (diff) | |
download | guix-9431936694ea5d7ded24b7a8d009a9067d88e135.tar.gz |
gnu: libfaketime: Update to 0.9.10.
* gnu/packages/check.scm (libfaketime): Update to 0.9.10.
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 05e8193ac1..175f77f115 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2797,7 +2797,7 @@ portable to just about any platform.") (define-public libfaketime (package (name "libfaketime") - (version "0.9.9") + (version "0.9.10") (home-page "https://github.com/wolfcw/libfaketime") (source (origin (method git-fetch) @@ -2806,7 +2806,7 @@ portable to just about any platform.") (commit (string-append "v" version)))) (sha256 (base32 - "1gi1xciqga5hl2xlk7rc3j8wy47ag97pi7ngmdl6ny1d11b2wn1z")) + "112l7x2gv4f47hpffpb8djfwvgrs8w5h9s266h1fshi1c916x10d")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |