mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: upower: Make it auto-updatable.
* gnu/packages/gnome.scm (upower)[properties]: Set 'release-tag-prefix' and 'release-tag-delimiter'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
01821914e2
commit
7168148abe
1 changed files with 5 additions and 1 deletions
|
@ -5508,7 +5508,11 @@ (define-public upower
|
|||
listening to device events and querying history and statistics. Any
|
||||
application or service on the system can access the org.freedesktop.UPower
|
||||
service via the system message bus.")
|
||||
(license license:gpl2+)))
|
||||
(license license:gpl2+)
|
||||
;; Old versions of upower are tagged as UPOWER_0_99_13, which confuses
|
||||
;; the 'generic-git' updater. Give it a little help.
|
||||
(properties '((release-tag-prefix . "v")
|
||||
(release-tag-version-delimiter . ".")))))
|
||||
|
||||
(define-public libgweather
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue