diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 17:57:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 18:03:11 +0200 |
commit | 312789abc565aa7f86d7d6554c190ec34a77a26c (patch) | |
tree | 8669b0ae36e85ca0fbb9e33326b21694261afd90 /gnu/packages/music.scm | |
parent | fff9d1f7158355846df64cb2da5df8ae6312f0e5 (diff) |
gnu: sooperlooper: Update to 1.7.4.
* gnu/packages/music.scm (sooperlooper): Update to 1.7.4.
[source]: Remove upstreamed patch.
* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d6ac1da109..cdfe7aff7d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3226,15 +3226,14 @@ with a number of bugfixes and changes to improve IT playback.") (define-public sooperlooper (package (name "sooperlooper") - (version "1.7.3") - (source (origin - (method url-fetch) - (uri (string-append "http://essej.net/sooperlooper/sooperlooper-" - version ".tar.gz")) - (sha256 - (base32 - "0n2gdxw1fx8nxxnpzf4sj0kp6k6zi1yq59cbz6qqzcnsnpnvszbs")) - (patches (search-patches "sooperlooper-build-with-wx-30.patch")))) + (version "1.7.4") + (source + (origin + (method url-fetch) + (uri (string-append "http://essej.net/sooperlooper/sooperlooper-" + version ".tar.gz")) + (sha256 + (base32 "1jjvq4aflbyr3nr8b318k1vkad16xfa1jkqn9ckzw4419qc6c1k5")))) (build-system gnu-build-system) (arguments `(#:phases |