gnu: mixxx: Fix version and hash.

This is a followup to 1c7916cebe.

* gnu/packages/music.scm (mixxx): Set version to 2.5.0.

Change-Id: Ief856867390661cfba37daa34b1fa33948950a8d
This commit is contained in:
宋文武 2025-02-04 17:29:31 +08:00
parent 2fda889ac9
commit 0b22e0b8d9
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2421,7 +2421,7 @@ a JACK session.")
(define-public mixxx
(package
(name "mixxx")
(version "2.5")
(version "2.5.0")
(source
(origin
(method git-fetch)
@ -2430,7 +2430,7 @@ a JACK session.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xj5ylmfry0yxfsrbfl3kyxm7xgclzh5zfv1g81vl0pgjmd6zw1c"))
(base32 "1wxv79rax77jhyjfbc65pjby9bxll77l43p2sgg9nw8sbj2kd4fm"))
(modules '((guix build utils)))
(snippet
;; Delete libraries that we already have or don't need.