mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +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 @@ (define version-regexp
|
|||
(define (version->pattern part)
|
||||
;; If a path element might be a version, replace it by a catch-all part
|
||||
(if (regexp-exec version-regexp part)
|
||||
"[^/]+"
|
||||
"5\\.19\\.5";; "[^/]+"
|
||||
part))
|
||||
|
||||
(let* ((path (uri-path uri))
|
||||
|
|
Loading…
Reference in a new issue