mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
2fda889ac9
commit
0b22e0b8d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue