diff options
author | Marius Bakke <[email protected]> | 2019-12-05 17:57:35 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2019-12-05 17:57:35 +0100 |
commit | 9d5aa009062a49bd035ae33e37f6562526e7d38c (patch) | |
tree | 4ff2302863a5cf9f3cf604240ea793152156f532 /gnu/packages/time.scm | |
parent | 60bd56c6d8368c23dcd97b26501771c82316fc8c (diff) | |
parent | 2c2fc24b899d3286774f60405888718d98211213 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index c75ed6f2cd..0ec9a102a5 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -419,7 +419,7 @@ datetime type.") (define-public datefudge (package (name "datefudge") - (version "1.22") + (version "1.23") (source (origin (method git-fetch) (uri (git-reference @@ -428,7 +428,7 @@ datetime type.") (file-name (git-file-name name version)) (sha256 (base32 - "1fmd05r00wx4zc90lbi804jl7xwdl11jq2a1kp5lqimk3yyvfw4c")))) + "0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |