aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
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 f37ee5ee89..0d72c24d92 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5891,7 +5891,7 @@ plugin and a standalone JACK application.")
(define-public wolf-shaper
(package
(name "wolf-shaper")
- (version "0.1.7")
+ (version "0.1.8")
(source
(origin
(method git-fetch)
@@ -5903,7 +5903,7 @@ plugin and a standalone JACK application.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d"))))
+ "1j9xmh1nkf45ay1c5dz2g165qvrwlanzcq6mvb3nfxar265drd9q"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
f='/guix/commit/gnu/packages/qt.scm?id=f3152cf3021892ba7e2f3d837207eb1ee64bfdb6'>gnu: qtwebkit: Fix build.Guillaume Le Vaillant 2021-08-28gnu: QtWebKit: Fix building with Bison 3.7.Leo Famulari 2021-08-28gnu: QtWebKit: Fix building with glib 2.68.Leo Famulari 2021-08-28gnu: QtWebKit: Fix building with ICU 68.Leo Famulari 2021-08-28gnu: QtWebKit: Fix building with Python 3.9.Leo Famulari 2021-07-24gnu: Use 'search-input-file' when looking for executables.Ludovic Courtès 2021-07-08gnu: python-shiboken-2: Update to 5.15.2.Leo Famulari 2021-07-04gnu: qt5ct: Import all qt-build-system-modules.Leo Prikler 2021-07-02gnu: qtbase: Specify configure flags via the #:configure-flags argument.Maxim Cournoyer 2021-07-02gnu: qtbase: Enable GTK support.Maxim Cournoyer 2021-06-14gnu: Add qtbase 6.1.0.Maxim Cournoyer 2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer 2021-06-13doc, gnu, guix: Fix typos.Paul A. Patience 2021-06-07gnu: qtwebengine: Enable H.264 WebRTC encoding.Sergey Trofimov