me
/
guix
Archived
1
0
Fork 0

gnu: schismtracker: Update to 20180810.

* gnu/packages/music.scm (schismtracker): Update to 20180810.
master
Kei Kebreau 2018-11-29 21:16:45 -05:00
parent bc3ece7d3d
commit 95c1504758
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

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