gnu: schismtracker: Update to 20181223.
authorKei Kebreau <kkebreau@posteo.net>
Sat, 29 Dec 2018 17:56:11 +0000 (12:56 -0500)
committerKei Kebreau <kkebreau@posteo.net>
Sat, 29 Dec 2018 17:56:51 +0000 (12:56 -0500)
* gnu/packages/music.scm (schismtracker): Update to 20181223.

gnu/packages/music.scm

index 02c42f8..12b55ae 100644 (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.