me
/
guix
Archived
1
0
Fork 0

gnu: linsmith: Update to 0.99.33.

* gnu/packages/engineering.scm (linsmith): Update to 0.99.33.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:02 +02:00
parent 05b242a9ad
commit 88e3a3529f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1289,7 +1289,7 @@ with the kernel and various utilities such as per-cpu counters.")
(define-public linsmith
(package
(name "linsmith")
(version "0.99.31")
(version "0.99.33")
(source (origin
(method url-fetch)
(uri (string-append
@ -1297,7 +1297,7 @@ with the kernel and various utilities such as per-cpu counters.")
version "/linsmith-" version ".tar.gz"))
(sha256
(base32
"13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
"1629p29casy9pgy8hzva1bmgrvh923qk01ls3anik6zqn6swkjfn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("CFLAGS=-fcommon")))