3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: schismtracker: Update to 20190614.

* gnu/packages/music.scm (schismtracker): Update to 20190614.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-25 17:03:21 +02:00
parent 89c943dfdc
commit e526db51d1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2863,7 +2863,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(define-public schismtracker (define-public schismtracker
(package (package
(name "schismtracker") (name "schismtracker")
(version "20181223") (version "20190614")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2872,7 +2872,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18k5j10zq39y2q294avdmar87x93k57wqmq8bpz562hdqki2mz1l")) "0cg0q5bkn8a06v03vmj69xyhi4xxpl729k4008q4hiakh9gy2x49"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove use of __DATE__ and __TIME__ for reproducibility. ;; Remove use of __DATE__ and __TIME__ for reproducibility.
@ -2892,7 +2892,7 @@ for improved Amiga ProTracker 2/3 compatibility.")
("automake" ,automake) ("automake" ,automake)
("python" ,python))) ("python" ,python)))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) ; for asound dependency `(("alsa-lib" ,alsa-lib) ; for asound dependency
("libx11" ,libx11) ("libx11" ,libx11)
("libxext" ,libxext) ("libxext" ,libxext)
("sdl" ,sdl))) ("sdl" ,sdl)))