diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:09 +0200 |
commit | 88e3a3529f6ffae9a73ff6bb8c7e5459b47cd8f8 (patch) | |
tree | 625a934d854371b87207d12e081ad6b5f7ac8a40 /gnu/packages | |
parent | 05b242a9addfb2f5e9be6f58e7ce2728e988d416 (diff) |
gnu: linsmith: Update to 0.99.33.
* gnu/packages/engineering.scm (linsmith): Update to 0.99.33.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index dee92bce4f..41cd89e057 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -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"))) |