guile_3_0: fix attribute for updater script
Without the change updater script extracts location from `guile` (`guile_2_2`). I did not notice it initially as I use local override of `guile = guile_3_0`.
This commit is contained in:
parent
0395086d0c
commit
a96ff65536
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ builder rec {
|
|||
# Expect the text in format of '"https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz"'
|
||||
new_version="$(curl -s https://www.gnu.org/software/guile/download/ |
|
||||
pcregrep -o1 '"https://ftp.gnu.org/gnu/guile/guile-(3[.0-9]+).tar.gz"')"
|
||||
update-source-version ${pname} "$new_version"
|
||||
update-source-version guile_3_0 "$new_version"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue