This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c33e95b548 gnu: gerbera: Update to 2.2.0.
c33e95b548 is described below

commit c33e95b5483969bc20277bc7a8bc408e522e0919
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jul 21 21:40:17 2024 +0200

    gnu: gerbera: Update to 2.2.0.
    
    * gnu/packages/upnp.scm (gerbera): Update to 2.2.0.
    [inputs]: Add exiv2.
    
    Change-Id: I17c85d955e878798934de785d685b8031ee191a5
---
 gnu/packages/upnp.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 6592f2fe7f..aab68a6414 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2019 Jens Mølgaard <[email protected]>
 ;;; Copyright © 2020 Jan Wielkiewicz <[email protected]>
 ;;; Copyright © 2021 Efraim Flashner <[email protected]>
-;;; Copyright © 2023 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2023, 2024 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -177,7 +177,7 @@ It aims to be fully compliant with DLNA and UPnP-AV 
standards.")
 (define-public gerbera
   (package
     (name "gerbera")
-    (version "1.12.1")
+    (version "2.2.0")
     (source
      (origin
        (method git-fetch)
@@ -186,7 +186,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 "1jz3jpg6ja9vi5zykcdh410r07ysrn6g0kzyj0v7d3689jxp94lg"))))
+        (base32 "1pqqjwza9fs59n2x685yvfb0sdwigknfxc4ihh3phpqyg99427kk"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -197,6 +197,7 @@ It aims to be fully compliant with DLNA and UPnP-AV 
standards.")
     (inputs
      (list curl
            duktape
+           exiv2
            ffmpeg
            file
            fmt

Reply via email to