diff options
-rw-r--r-- | gnu/packages/upnp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 92ca82d9a1..f9596e3331 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -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 |