gnu: rkrlv2: Update to 0-2.7edcb4e.

* gnu/packages/music.scm (rkrlv2): Update to 0-2.7edcb4e.
This commit is contained in:
Ricardo Wurmus 2019-10-16 13:34:50 +02:00
parent 4a822462ef
commit b2dcfaf2d1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3403,8 +3403,9 @@ (define-public gx-switchless-wah-lv2
a simulation of an analog Wah pedal with switchless activation.")))) a simulation of an analog Wah pedal with switchless activation."))))
(define-public rkrlv2 (define-public rkrlv2
(let ((commit "d8c17d3c976107e5c012970276d7cf0aa059f15b") ;; This commit corresponds to the beta_3 tag
(revision "1")) (let ((commit "7edcb4e29a358623bfd57fa2c27e5da60adfcec3")
(revision "2"))
(package (package
(name "rkrlv2") (name "rkrlv2")
(version (git-version "0" revision commit)) (version (git-version "0" revision commit))
@ -3415,7 +3416,7 @@ (define-public rkrlv2
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"035z068rlafb7ibgqf34ck2lm4fab8yzlx41qh061x2xi4hxkvp0")) "16i4ajrib7kb0abdcn4901g8a4lkwkp2fyqyms38dhqq84slyfjs"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ; there are no tests (arguments '(#:tests? #f)) ; there are no tests