1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: libgig: Update to 4.5.1.

* gnu/packages/music.scm (libgig): Update to 4.5.1.

Change-Id: If86a457962c607532df2661522b1e32be4397310
This commit is contained in:
Sughosha
2025-11-08 19:03:49 +05:30
parent e7c3d37a69
commit 8b092ce0ae

View File

@@ -3502,14 +3502,14 @@ improves on support for JACK features, such as JACK MIDI.")
(define-public libgig
(package
(name "libgig")
(version "4.2.0")
(version "4.5.1")
(source (origin
(method url-fetch)
(uri (string-append "http://download.linuxsampler.org/packages/"
"libgig-" version ".tar.bz2"))
(sha256
(base32
"1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn"))))
"0qcgb2xs0hk541zyqcy8lfrbi38dwgwmk26s79xx1c4f6agk929l"))))
(build-system gnu-build-system)
(inputs
(list `(,util-linux "lib") libsndfile))