diff options
author | fanquake <fanquake@gmail.com> | 2025-07-21 11:29:25 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-09-01 22:03:13 +0200 |
commit | 449b44a34a3a46fb886381ad29678045d7da27c7 (patch) | |
tree | 2dfb77dd46a97c0d9394b39d029e733fac1bd617 /gnu/packages/time.scm | |
parent | 1b1fb4693ece6f129e85dd9f4d989f4863968015 (diff) |
gnu: datefudge: Update to 1.27.
* gnu/packages/time.scm (datefudge): Update to 1.27.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 3ec115f318..602f92f3de 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -732,7 +732,7 @@ printing the returned time and/or setting the system clock.") (define-public datefudge (package (name "datefudge") - (version "1.26") + (version "1.27") (source (origin ;; Source code is available from ;; <https://salsa.debian.org/debian/datefudge.git>. However, @@ -746,11 +746,11 @@ printing the returned time and/or setting the system clock.") ;; Update the Debian snapshot URL when updating the package. (string-append "https://snapshot.debian.org/archive/debian/" - "20240115T092401Z/pool/main/d/datefudge/" - "datefudge_1.26.tar.xz"))) + "20240830T084547Z/pool/main/d/datefudge/" + "datefudge_1.27.tar.xz"))) (sha256 (base32 - "09cjds76gzkwk6ssmsk3cgkcfhglfi9kmbahi1h17v4311v432iz")))) + "0b9azg6z92s74f0rmm3hdd5l5dcldgiq5bza06mgc3ibpnlhqz0g")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |