mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: mixxx: Update to 2.3.4.
* gnu/packages/music.scm (mixxx): Update to 2.3.4.
This commit is contained in:
parent
5ec75f3236
commit
57492cd67f
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
||||||
;;; Copyright © 2019 Riku Viitanen <riku.viitanen0@gmail.com>
|
;;; Copyright © 2019 Riku Viitanen <riku.viitanen0@gmail.com>
|
||||||
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
|
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
|
||||||
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||||
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
||||||
;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
|
;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
|
||||||
|
@ -2264,7 +2264,7 @@ (define-public petri-foo
|
||||||
(define-public mixxx
|
(define-public mixxx
|
||||||
(package
|
(package
|
||||||
(name "mixxx")
|
(name "mixxx")
|
||||||
(version "2.3.3")
|
(version "2.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2276,7 +2276,7 @@ (define-public mixxx
|
||||||
(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 "0zrmy97lk0xdfnlvygshr8vradypmnypki3s1mhc296xhq96n6rm"))
|
(base32 "056zn0nxl7xrmg467ljdszsycrszsrzsc8k4s39mp4qxyd9qq4yn"))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in a new issue