summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-25 17:03:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-25 17:22:11 +0200
commite526db51d1923cec8d2eb19d63ca005b8aac2a96 (patch)
tree78802ed4e507147997e30a4805befe71b8c08183 /gnu
parent89c943dfdc650da972c857158378c5ce05bbc305 (diff)
downloadguix-patches-e526db51d1923cec8d2eb19d63ca005b8aac2a96.tar
guix-patches-e526db51d1923cec8d2eb19d63ca005b8aac2a96.tar.gz
gnu: schismtracker: Update to 20190614.
* gnu/packages/music.scm (schismtracker): Update to 20190614.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f6f5389318..5ab285db64 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2863,7 +2863,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(define-public schismtracker
(package
(name "schismtracker")
- (version "20181223")
+ (version "20190614")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2872,7 +2872,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(file-name (git-file-name name version))
(sha256
(base32
- "18k5j10zq39y2q294avdmar87x93k57wqmq8bpz562hdqki2mz1l"))
+ "0cg0q5bkn8a06v03vmj69xyhi4xxpl729k4008q4hiakh9gy2x49"))
(modules '((guix build utils)))
(snippet
;; Remove use of __DATE__ and __TIME__ for reproducibility.
@@ -2892,7 +2892,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
("automake" ,automake)
("python" ,python)))
(inputs
- `(("alsa-lib" ,alsa-lib) ; for asound dependency
+ `(("alsa-lib" ,alsa-lib) ; for asound dependency
("libx11" ,libx11)
("libxext" ,libxext)
("sdl" ,sdl)))