mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu-maintenance: 'latest-kde-release' honors 'upstream-name' properties.
* guix/gnu-maintenance.scm (latest-kde-release): Honor the 'upstream-name' property of PACKAGE.
This commit is contained in:
parent
e9c72306fd
commit
3e95d88d51
1 changed files with 2 additions and 1 deletions
|
@ -525,7 +525,8 @@ elpa.gnu.org, and all the GNOME packages."
|
|||
(let ((uri (string->uri (origin-uri (package-source package)))))
|
||||
(false-if-ftp-error
|
||||
(latest-ftp-release
|
||||
(package-name package)
|
||||
(or (assoc-ref (package-properties package) 'upstream-name)
|
||||
(package-name package))
|
||||
#:server "mirrors.mit.edu"
|
||||
#:directory
|
||||
(string-append "/kde" (dirname (dirname (uri-path uri))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue