summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2026-04-16 23:44:53 -0700
committerEfraim Flashner <efraim@flashner.co.il>2026-04-19 10:54:06 +0300
commit2afe7fe09e262aea2d1b9d5bb61c08f7830b55ca (patch)
treebdd3cb22ad7d712bd3900d1c47a62425b9d4cbc5 /gnu
parent2fe026b4478edcebfe945044ea8f8208583b92ce (diff)
gnu: time: Update to 1.10.
* gnu/packages/time.scm (time): Update to 1.10. * tests/guix-build.sh: Adjust accordingly. Change-Id: Ia21a99e992f7b4b6e940756918ce7d11b9602a4f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/time.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index a494730270a..f6b08aa8e11 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -105,7 +105,7 @@ counts forward or for just showing the current time.")
105(define-public time 105(define-public time
106 (package 106 (package
107 (name "time") 107 (name "time")
108 (version "1.9") 108 (version "1.10")
109 (source 109 (source
110 (origin 110 (origin
111 (method url-fetch) 111 (method url-fetch)
@@ -113,7 +113,7 @@ counts forward or for just showing the current time.")
113 version ".tar.gz")) 113 version ".tar.gz"))
114 (sha256 114 (sha256
115 (base32 115 (base32
116 "07jj7cz6lc13iqrpgn81ivqh8rkm73p4rnivwgrrshk23v4g1b7v")))) 116 "1hq9vvam1bi8xz9d09xgj2fdxbmq1psii1hywiw897armfs9zhp8"))))
117 (build-system gnu-build-system) 117 (build-system gnu-build-system)
118 (home-page "https://www.gnu.org/software/time/") 118 (home-page "https://www.gnu.org/software/time/")
119 (synopsis "Run a command, then display its resource usage") 119 (synopsis "Run a command, then display its resource usage")
@@ -562,7 +562,7 @@ time, a duration, a timezone, but not a range or interval.")
562 (arguments 562 (arguments
563 (list 563 (list
564 ;; tests: 106 passed, 1 deselected 564 ;; tests: 106 passed, 1 deselected
565 ;; 565 ;;
566 ;; TODO: Guix has lower python-pytz than required in the latest 566 ;; TODO: Guix has lower python-pytz than required in the latest
567 ;; version: pytz.exceptions.UnknownTimeZoneError: 567 ;; version: pytz.exceptions.UnknownTimeZoneError:
568 ;; 'America/Ciudad_Juarez' 568 ;; 'America/Ciudad_Juarez'