gnu: schismtracker: Update to 20181223.

* gnu/packages/music.scm (schismtracker): Update to 20181223.
master
Kei Kebreau 2018-12-29 12:56:11 -05:00
parent 4629d26755
commit a8b567f9c0
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2786,7 +2786,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(define-public schismtracker
(package
(name "schismtracker")
(version "20180810")
(version "20181223")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2795,7 +2795,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(file-name (git-file-name name version))
(sha256
(base32
"0cwp5fna14hjrlf652l96ja5cjq63is3cwg6pp4wbpx43mb7qb2d"))
"18k5j10zq39y2q294avdmar87x93k57wqmq8bpz562hdqki2mz1l"))
(modules '((guix build utils)))
(snippet
;; Remove use of __DATE__ and __TIME__ for reproducibility.