diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-01 22:27:16 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-01 22:27:16 +0200 |
commit | 988da25631277123e2a70cd50b8345d7cd725cf2 (patch) | |
tree | 1b000dc5ae574054193e43f9fe9e3ffdef4a870a | |
parent | 12b81e61c55813c49b5ad3233532c6ceb278dafc (diff) |
gnu: gerbera: Update to 2.5.0.
* gnu/packages/upnp.scm (gerbera): Update to 2.5.0.
Change-Id: Ifcf0c89b50d50c5f7e2c4b87436fba97dd96029d
-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 |