summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/guix-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-build.sh b/tests/guix-build.sh
index 094be7769d..ceb27caa99 100644
--- a/tests/guix-build.sh
+++ b/tests/guix-build.sh
@@ -347,7 +347,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`"
# Parsing package names and versions.
guix build -n time # PASS
-guix build -n time@1.9 # PASS, version found
+guix build -n time@1.10 # PASS, version found
guix build -n time@3.2 && false # FAIL, version not found
guix build -n something-that-will-never-exist && false # FAIL