diff options
| author | Antoine Côté <antoine.cote@posteo.net> | 2025-07-09 23:44:09 -0400 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2025-07-16 13:05:48 +0100 |
| commit | 1aea4754bfe4e1b0fb4dc85625466c1289583293 (patch) | |
| tree | 5d2ebfb89c4446516dc353ae318e613bbe129814 /gnu | |
| parent | 12abef54a302f9dabc37983957c9f28603533101 (diff) | |
gnu: vorbis-tools: Update to 1.4.3.
* gnu/packages/xiph.scm (vorbis-tools): Update to 1.4.3.
Change-Id: I2f51980ac03adc3ed9a1e3a5b825130ef1cc31b9
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xiph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 8f673a82b8e..e73e79d9442 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -328,14 +328,14 @@ Kate stream.") (define-public vorbis-tools (package (name "vorbis-tools") - (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append "https://downloads.xiph.org/releases/vorbis/" "vorbis-tools-" version ".tar.gz")) (sha256 (base32 - "1c7h4ivgfdyygz2hyh6nfibxlkz8kdk868a576qkkjgj5gn78xyv")))) + "1phd8vh66sw1df6crzsn8yr58ya3w3gpwzkrdfzwxgbpczf3vzm1")))) (build-system gnu-build-system) (arguments (list |
