guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/21: gnu: linsmith: Update to 0.99.33.


From: guix-commits
Subject: 05/21: gnu: linsmith: Update to 0.99.33.
Date: Mon, 17 Jul 2023 12:36:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88e3a3529f6ffae9a73ff6bb8c7e5459b47cd8f8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200

    gnu: linsmith: Update to 0.99.33.
    
    * gnu/packages/engineering.scm (linsmith): Update to 0.99.33.
---
 gnu/packages/engineering.scm | 4 ++--
 1 file 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]