mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
TEMP HACK refresh to 5.19.5
This commit is contained in:
parent
8b55544212
commit
10042b8f4b
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Output:
|
||||||
(define (version->pattern part)
|
(define (version->pattern part)
|
||||||
;; If a path element might be a version, replace it by a catch-all part
|
;; If a path element might be a version, replace it by a catch-all part
|
||||||
(if (regexp-exec version-regexp part)
|
(if (regexp-exec version-regexp part)
|
||||||
"[^/]+"
|
"5\\.19\\.5";; "[^/]+"
|
||||||
part))
|
part))
|
||||||
|
|
||||||
(let* ((path (uri-path uri))
|
(let* ((path (uri-path uri))
|
||||||
|
|
Loading…
Add table
Reference in a new issue