From a895cc4c5bdb5d4bf8383077ef587ac18d069d7d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 26 Jan 2025 10:41:20 +0200 Subject: [PATCH] tests: crate: Adjust for change in imported yanked crates. This is a follow-up to 67950f46ef2c08a0873f7d08f61fdc14758e3ae5. * tests/crate.scm (crate-import-only-yanked-available): Adjust the imported crates to match the change in the importer. Change-Id: I9657838e51062861299fb10bc25ad0c05cb75f5a --- tests/crate.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/crate.scm b/tests/crate.scm index 5b4ad08c3c9a8826de9dd3617af7c2b1387c55f2..02b708f9d9ac41c687fe874717b23afde6681b22 100644 --- a/tests/crate.scm +++ b/tests/crate.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 David Craven ;;; Copyright © 2019, 2020, 2022 Ludovic Courtès ;;; Copyright © 2020 Martin Becze -;;; Copyright © 2023 Efraim Flashner +;;; Copyright © 2023, 2025 Efraim Flashner ;;; Copyright © 2023 David Elsing ;;; ;;; 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)))))