summaryrefslogtreecommitdiff
path: root/tests/crate.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crate.scm')
-rw-r--r--tests/crate.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/crate.scm b/tests/crate.scm
index 5b4ad08c3c..02b708f9d9 100644
--- a/tests/crate.scm
+++ b/tests/crate.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016 David Craven <[email protected]>
;;; Copyright © 2019, 2020, 2022 Ludovic Courtès <[email protected]>
;;; Copyright © 2020 Martin Becze <[email protected]>
-;;; Copyright © 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2023, 2025 Efraim Flashner <[email protected]>
;;; Copyright © 2023 David Elsing <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -1030,7 +1030,7 @@
(method url-fetch)
(uri (crate-uri "leaf-bob" version))
(file-name
- (string-append name "-" version ".tar.gz"))
+ (string-append name "-" version "-yanked.tar.gz"))
(sha256
(base32
(? string? hash)))))
@@ -1050,7 +1050,7 @@
(method url-fetch)
(uri (crate-uri "leaf-bob" version))
(file-name
- (string-append name "-" version ".tar.gz"))
+ (string-append name "-" version "-yanked.tar.gz"))
(sha256
(base32
(? string? hash)))))