mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: tuner: Update to 2.0.0.
* gnu/packages/music.scm (tuner): Update to 2.0.0. Change-Id: Iabdb87ba4ee15ef26dd2cb2cac218285a80417f2
This commit is contained in:
parent
f056ebff7f
commit
0c9c1412bc
1 changed files with 2 additions and 2 deletions
|
|
@ -2829,14 +2829,14 @@ is subjective.")
|
|||
(define-public tuner
|
||||
(package
|
||||
(name "tuner")
|
||||
(version "1.5.6")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/louis77/tuner")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0zz91n56vdwhjwqscl21016i4l4lx3m6ja0fnrapmf16bdl0rrai"))))
|
||||
(sha256 (base32 "1fl82xsr13pjf57lbg2rsjisdjsixysnx1wnp54w2jr25hskk8lb"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list desktop-file-utils ; update-desktop-database
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue