unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66734] [PATCH core-updates] gnu: flac: Update to 1.4.3.
@ 2023-10-24 19:31 Greg Hogan
  2023-12-20 21:27 ` bug#66734: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-10-24 19:31 UTC (permalink / raw)
  To: 66734; +Cc: Greg Hogan

* gnu/packages/xiph.scm (flac): Update to 1.4.3.
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index b47c718fb6..480589292d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -238,14 +238,14 @@ (define-public ao
 (define-public flac
   (package
    (name "flac")
-   (version "1.3.4")
+   (version "1.4.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://downloads.xiph.org/releases/flac/flac-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0dz7am8kbc97a6afml1h4yp085274prg8j7csryds8m3fmz61w4g"))))
+              "0w2v40kmvl741vmycv8h5s10n7arbs12n2b1p10z8j13saffcn3c"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f))
-- 
2.41.0





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

* bug#66734: [PATCH core-updates] gnu: flac: Update to 1.4.3.
  2023-10-24 19:31 [bug#66734] [PATCH core-updates] gnu: flac: Update to 1.4.3 Greg Hogan
@ 2023-12-20 21:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-20 21:27 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 66734-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/xiph.scm (flac): Update to 1.4.3.

Finally applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-12-20 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 19:31 [bug#66734] [PATCH core-updates] gnu: flac: Update to 1.4.3 Greg Hogan
2023-12-20 21:27 ` bug#66734: " Ludovic Courtès

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).