gnu: linsmith: Update to 0.99.33.
* gnu/packages/engineering.scm (linsmith): Update to 0.99.33.master
parent
05b242a9ad
commit
88e3a3529f
|
@ -1289,7 +1289,7 @@ with the kernel and various utilities such as per-cpu counters.")
|
||||||
(define-public linsmith
|
(define-public linsmith
|
||||||
(package
|
(package
|
||||||
(name "linsmith")
|
(name "linsmith")
|
||||||
(version "0.99.31")
|
(version "0.99.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1297,7 +1297,7 @@ with the kernel and various utilities such as per-cpu counters.")
|
||||||
version "/linsmith-" version ".tar.gz"))
|
version "/linsmith-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
|
"1629p29casy9pgy8hzva1bmgrvh923qk01ls3anik6zqn6swkjfn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||||
|
|
Reference in New Issue