mbakke pushed a commit to branch core-updates
in repository guix.
commit 9431936694ea5d7ded24b7a8d009a9067d88e135
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 02:10:56 2022 +0200
gnu: libfaketime: Update to 0.9.10.
* gnu/packages/check.scm (libfaketime): Update to 0.9.10.
---
gnu/packages/check.scm | 4 ++--
1 file 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