From 988da25631277123e2a70cd50b8345d7cd725cf2 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 1 Aug 2025 22:27:16 +0200 Subject: gnu: gerbera: Update to 2.5.0. * gnu/packages/upnp.scm (gerbera): Update to 2.5.0. Change-Id: Ifcf0c89b50d50c5f7e2c4b87436fba97dd96029d --- gnu/packages/upnp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3