mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: gerbera: Update to 2.5.0.
* gnu/packages/upnp.scm (gerbera): Update to 2.5.0. Change-Id: Ifcf0c89b50d50c5f7e2c4b87436fba97dd96029d
This commit is contained in:
parent
12b81e61c5
commit
988da25631
1 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.")
|
|||
(define-public gerbera
|
||||
(package
|
||||
(name "gerbera")
|
||||
(version "2.2.0")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -202,7 +202,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pqqjwza9fs59n2x685yvfb0sdwigknfxc4ihh3phpqyg99427kk"))))
|
||||
(base32 "0lhzjln7ljfvr696wsghhjqn2hrwwvxga4ifpxnjypraxkqkyzyx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue