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:
Maxime Devos 2022-02-17 14:47:38 +00:00 committed by Ludovic Courtès
parent 01821914e2
commit 7168148abe
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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