guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2e1bf10b6c0c11c46716f97afb6c67b84f8d8ec4
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 4 10:02:14 2026 +0100
gnu: sby: Update to 0.63.
* gnu/packages/electronics.scm (sby): Update to 0.63.
Change-Id: Ib2fe9bc4e1028c95a4f7d8a8111c0dff43e6ff79
---
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 5797e81438..514a84c182 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3687,7 +3687,7 @@ them usable as simple logic analyzer and/or oscilloscope
hardware.")
(define-public sby
(package
(name "sby")
- (version "0.62")
+ (version "0.63")
(source
(origin
(method git-fetch)
@@ -3696,7 +3696,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 "03l60j3darb7xlfbzhqw78m0xsmqsy5q3i2zrxd669zzlbpqwq4s"))))
+ (base32 "1p23w9jd95b86n7f94zpqdaz19fn2b2lyww1p8dcy9p3zrcn7750"))))
(build-system gnu-build-system)
(arguments
(list