gnu: pulsemixer: Don't use unstable tarball.

* gnu/packages/pulseaudio.scm (pulsemixer)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2020-01-22 12:06:24 +02:00
parent 870b9ff95f
commit fa6abb0135
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -287,13 +287,14 @@ (define-public pulsemixer
(name "pulsemixer")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/GeorgeFilipkin/"
"pulsemixer/archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/GeorgeFilipkin/pulsemixer")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1lpad90ifr2xfldyf39sbwx1v85rif2gm9w774gwwpjv53zfgk1g"))))
"0l5zawv36d46sj3k31k5w6imnnxzyn62r83wdhr7fp5mi3ls1h5x"))))
(build-system python-build-system)
(arguments
`(#:phases