me
/
guix
Archived
1
0
Fork 0

gnu: mixxx: Update to 2.3.6.

* gnu/packages/music.scm (mixxx): Update to 2.3.6.
master
Vinicius Monego 2023-08-25 20:42:46 -03:00
parent d5f18b3d27
commit 5fd7edd28c
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -2270,7 +2270,7 @@ a JACK session.")
(define-public mixxx (define-public mixxx
(package (package
(name "mixxx") (name "mixxx")
(version "2.3.5") (version "2.3.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2282,7 +2282,7 @@ a JACK session.")
(search-patches "mixxx-link-qtscriptbytearray-qtscript.patch" (search-patches "mixxx-link-qtscriptbytearray-qtscript.patch"
"mixxx-system-googletest-benchmark.patch")) "mixxx-system-googletest-benchmark.patch"))
(sha256 (sha256
(base32 "0142xcq5ahk50kzc06s13xilj8m4p0spmd5hqd8s08qjhr37n2il")) (base32 "1v1sza75rf2q1m0bdc0j2k53qd34m12d1573jmac3g7vvyqh5n2m"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Delete libraries that we already have or don't need. ;; Delete libraries that we already have or don't need.