unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47512] [PATCH] gnu: taglib: Update to 1.12.
@ 2021-03-31  4:04 Brendan Tildesley
  2021-03-31 15:47 ` Efraim Flashner
  0 siblings, 1 reply; 5+ messages in thread
From: Brendan Tildesley @ 2021-03-31  4:04 UTC (permalink / raw)
  To: 47512


[-- Attachment #1.1: Type: text/plain, Size: 97 bytes --]

This rebuilds Gnome and 80 packages. It can be pushed to master or maybe the GNOME 40 WIP branch?

[-- Attachment #1.2: Type: text/html, Size: 242 bytes --]

[-- Attachment #2: 0001-gnu-taglib-Update-to-1.12.patch --]
[-- Type: text/x-patch, Size: 1204 bytes --]

From c29771c0c32f36c27946f2997e7015e3ba4fae26 Mon Sep 17 00:00:00 2001
From: Brendan Tildesley <mail@brendan.scot>
Date: Tue, 30 Mar 2021 18:14:46 +1100
Subject: [PATCH] gnu: taglib: Update to 1.12.

* gnu/packages/mp3.scm (taglib): Update to 1.12.
---
 gnu/packages/mp3.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 675e18ed7e..dadaccdd88 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -208,7 +208,7 @@ a highly stable and efficient implementation.")
 (define-public taglib
   (package
     (name "taglib")
-    (version "1.12-beta-1")
+    (version "1.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -217,7 +217,7 @@ a highly stable and efficient implementation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mp6w2ikniw8w6d5wr0h20j0ijg8jw7s9dli5a8k9znpznvxpym4"))))
+                "0q7dkn5rh9v6b0scmcp2qmjv3iransafmpn6jvgid0yq75m2nqd2"))))
     (build-system cmake-build-system)
     (arguments
       '(#:tests? #f ; Tests are not ran with BUILD_SHARED_LIBS on.
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-01  7:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  4:04 [bug#47512] [PATCH] gnu: taglib: Update to 1.12 Brendan Tildesley
2021-03-31 15:47 ` Efraim Flashner
2021-04-01  7:03   ` Brendan Tildesley
2021-04-01  7:53     ` Efraim Flashner
2021-04-01  7:54     ` bug#47512: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).