guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ed7e90b498a2953ead1d9adad98d6c91944f581a
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Feb 4 10:47:45 2026 +0100

    gnu: sby: Update to 0.62.
    
    * gnu/packages/electronics.scm (sby): Update to 0.62.
    
    Change-Id: Ia8a40b35c6338d2ccb6603157b34094c29fa01d1
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index bf5f42af34..9d8142a6e9 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3331,7 +3331,7 @@ them usable as simple logic analyzer and/or oscilloscope 
hardware.")
 (define-public sby
   (package
     (name "sby")
-    (version "0.61")
+    (version "0.62")
     (source
      (origin
        (method git-fetch)
@@ -3340,7 +3340,7 @@ them usable as simple logic analyzer and/or oscilloscope 
hardware.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02b3jl3wk93lz0snz2v6kgxhlr7gg9l1gksfmafj2vvy45zhj1fx"))))
+        (base32 "03l60j3darb7xlfbzhqw78m0xsmqsy5q3i2zrxd669zzlbpqwq4s"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to