summary refs log tree commit diff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 21:15:25 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 22:15:01 +0100
commit69dc3e5237d69479a7ea71ca8fa9c941d9f6e350 (patch)
tree26cebbf045465e79a9bd2ce9f4d9f43a39fbc12e /gnu/packages/time.scm
parent218c785850d5ecf3a7646d81ce90445419a5103b (diff)
downloadguix-69dc3e5237d69479a7ea71ca8fa9c941d9f6e350.tar.gz
gnu: datefudge: Update to 1.23.
* gnu/packages/time.scm (datefudge): Update to 1.23.
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm4
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"