me
/
guix
Archived
1
0
Fork 0

gnu: padthv1: Update to 0.9.15.

* gnu/packages/music.scm (padthv1): Update to 0.9.15.
Tobias Geerinckx-Rice 2020-07-01 17:24:43 +02:00
parent 5aed91019a
commit 0b97e8fc96
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1535,7 +1535,7 @@ effects.")
(define-public padthv1 (define-public padthv1
(package (package
(name "padthv1") (name "padthv1")
(version "0.9.14") (version "0.9.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1543,7 +1543,7 @@ effects.")
"/padthv1-" version ".tar.gz")) "/padthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"079iwwlkl1gscyv70v9ambad8shxbs0ixdfp0vsl6dbh87b09qzh")))) "18ma429kamifcvjmsv0hysxk7qn2r9br4fia929bvfccapck98y1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests