gnu: datefudge: Update to 1.23.

* gnu/packages/time.scm (datefudge): Update to 1.23.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 21:15:25 +01:00
parent 218c785850
commit 69dc3e5237
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -419,7 +419,7 @@ (define-public python2-aniso8601
(define-public datefudge
(package
(name "datefudge")
(version "1.22")
(version "1.23")
(source (origin
(method git-fetch)
(uri (git-reference
@ -428,7 +428,7 @@ (define-public datefudge
(file-name (git-file-name name version))
(sha256
(base32
"1fmd05r00wx4zc90lbi804jl7xwdl11jq2a1kp5lqimk3yyvfw4c"))))
"0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"