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:
Sergei Trofimovich 2022-03-16 23:15:57 +00:00
parent 0395086d0c
commit a96ff65536

View file

@ -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"
'';
};