mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Fix 'publish' test for nix-base32 format.
This is a followup to commit 3b307162e8
.
* tests/publish.scm ("/*.narinfo"): Use 'bytevector->nix-base32-string',
not 'bytevector->base32-string'.
This commit is contained in:
parent
e881752c39
commit
9cced52610
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ (define (publish-uri route)
|
|||
References: ~a~%"
|
||||
%item
|
||||
(basename %item)
|
||||
(bytevector->base32-string
|
||||
(bytevector->nix-base32-string
|
||||
(path-info-hash info))
|
||||
(path-info-nar-size info)
|
||||
(basename (first (path-info-references info)))))
|
||||
|
|
Loading…
Reference in a new issue