summaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-11 00:45:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-11 00:46:02 +0100
commit4c144b27d85b0583877ab665a4be306374e1e382 (patch)
treebd602821a4d9e28aa8f61f64002470752e27b0bf /gnu/packages/music.scm
parentf4618b13d85b3f24dd66655b313ec85b3336beb5 (diff)
downloadguix-patches-4c144b27d85b0583877ab665a4be306374e1e382.tar
guix-patches-4c144b27d85b0583877ab665a4be306374e1e382.tar.gz
gnu: sooperlooper: Update to 1.7.6.
* gnu/packages/music.scm (sooperlooper): Update to 1.7.6.
Diffstat (limited to 'gnu/packages/music.scm')
-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 4fb5049ac7..1e12bbe1a2 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3786,14 +3786,14 @@ with a number of bugfixes and changes to improve IT playback.")
(define-public sooperlooper
(package
(name "sooperlooper")
- (version "1.7.4")
+ (version "1.7.6")
(source
(origin
(method url-fetch)
(uri (string-append "http://essej.net/sooperlooper/sooperlooper-"
version ".tar.gz"))
(sha256
- (base32 "1jjvq4aflbyr3nr8b318k1vkad16xfa1jkqn9ckzw4419qc6c1k5"))))
+ (base32 "0kbb1pj62rl32c88j6p7dg823kvs0gb5s42qy3bl6yg0wn10dksj"))))
(build-system gnu-build-system)
(arguments
`(#:phases