gnu: emacs-pulseaudio-control: Update to 20180627.

* gnu/packages/emacs.scm (emacs-pulseaudio-control): Update to 20180627.
This commit is contained in:
Pierre Neidhardt 2018-07-22 23:14:53 +02:00
parent 5703380b50
commit 9f2adb2f19
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -8825,22 +8825,21 @@ (define-public emacs-md4rd
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-pulseaudio-control (define-public emacs-pulseaudio-control
(let ((commit "08c59e1dc45ec96edb62f34036e82cf5f14c0e8b") (let ((commit "1da372ec79f5d2fb901d1f9f0679fee8848fd011")
(revision "1")) (revision "2"))
(package (package
(name "emacs-pulseaudio-control") (name "emacs-pulseaudio-control")
(version (string-append "0.0.1" "-" revision "." (version (git-version "0.0.1" revision commit))
(string-take commit 7)))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/flexibeast/pulseaudio-control.git") (url "https://github.com/flexibeast/pulseaudio-control.git")
(commit commit))) (commit commit)))
(file-name (string-append name "-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"10cgg1r00kz2fsnnryvzay5pf8s1pwb1dzlds1fbjdnyfvdgammv")))) "02xrsms2pjqdk6327midi61i5vg2h9cq5jwaxv43ldm68wl7hi6k"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases