aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-09-14 11:18:21 +0200
committerLudovic Courtès <ludo@gnu.org>2021-09-14 11:50:59 +0200
commited91e7a23c1ee9eaed58f0fc536725376fd34448 (patch)
treee2e609f2baa46326bbb31440bda3c9da05e15177 /HACKING
parentf16e6b505d5d2630b786a0477ec73b42e77b04e4 (diff)
downloadguix-ed91e7a23c1ee9eaed58f0fc536725376fd34448.tar.gz
guix-ed91e7a23c1ee9eaed58f0fc536725376fd34448.zip
gnu: usbip-utils: Do not build static libraries.
* gnu/packages/linux.scm (usbip-utils)[arguments]: Add #:configure-flags.
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
='none' style='width: 0.0%;'/>
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b789d67f7f..071442d773 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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.