aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:01 +0200
commit8c4ef41622f6c26d5f90b796589a4a37b1f68f8b (patch)
tree68043e14a551762b2d90eb195950aa234f9648dc /gnu/packages
parent884e7b2e47310a9096d456495b181b1ad7bfb803 (diff)
downloadguix-8c4ef41622f6c26d5f90b796589a4a37b1f68f8b.tar.gz
guix-8c4ef41622f6c26d5f90b796589a4a37b1f68f8b.zip
gnu: padthv1: Update to 0.9.27.
* gnu/packages/music.scm (padthv1): Update to 0.9.27.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 52b10bd55c..ee581e58e8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2382,7 +2382,7 @@ effects.")
(define-public padthv1
(package
(name "padthv1")
- (version "0.9.26")
+ (version "0.9.27")
(source (origin
(method url-fetch)
(uri
@@ -2390,7 +2390,7 @@ effects.")
"/padthv1-" version ".tar.gz"))
(sha256
(base32
- "02pg0g4i65j46hirkc3xn7m2clm8krrafrkwjc1v8rkcdj6q2gw1"))))
+ "0ydm09g0ibvp1nf4fzzj6bkwlxx46pjxqgg8h76hwi6l8k0rz5m4"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; there are no tests
nd variables with hints....Ludovic Courtès 2018-03-13gnu: time: Update to 1.9....Efraim Flashner 2017-11-11tests: Refer to "time@1.8"....Ludovic Courtès 2017-05-01packages: Remove support for PACKAGE-VERSION deprecated syntax....Ludovic Courtès 2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI....Ludovic Courtès 2017-03-19gnu: Rename "guile-next" to "guile"....Ludovic Courtès 2016-10-03tests: Adjust 'guix build -S' test for source-less packages....Ludovic Courtès 2016-09-06packages: Add 'package-superseded' and associated support....Ludovic Courtès 2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès 2016-03-03guix build: -S returns the replacement's source....Ludovic Courtès 2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin 2016-03-02tests: Disable grafts by default....Ludovic Courtès 2016-02-01guix build: Add '--with-input'....Ludovic Courtès 2015-10-28scripts: build: Add --file option....David Thompson 2015-05-02guix: build: Add transitive source building....Eric Bavier 2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling....nebuli