guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ebusd: Update to 23.2.


From: guix-commits
Subject: 01/02: gnu: ebusd: Update to 23.2.
Date: Thu, 24 Aug 2023 19:15:20 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 2c4131ebb3cf2a5eba4fb063e6f62f5bc7c814b3
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Aug 25 01:09:05 2023 +0200

    gnu: ebusd: Update to 23.2.
    
    * gnu/packages/embedded.scm (ebusd): Update to 23.2.
---
 gnu/packages/embedded.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index d3bb794269..1250c2eff0 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1460,16 +1460,16 @@ debugging them, and more.")
 (define-public ebusd
   (package
     (name "ebusd")
-    (version "3.4")
+    (version "23.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/john30/ebusd";)
-                     (commit (string-append "v" version))))
+                     (commit version)))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0iva70bam7wdx60bpd3an9kxr28zxlvp3vprivgqshwwdhqa0hzp"))))
+                "1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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