guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: welle-io: Update to 2.3.


From: guix-commits
Subject: 01/02: gnu: welle-io: Update to 2.3.
Date: Sat, 29 May 2021 12:23:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7aa9785aa6959ede719ec56a982d54b819bcf83d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 18:22:24 2021 +0200

    gnu: welle-io: Update to 2.3.
    
    * gnu/packages/radio.scm (welle-io): Update to 2.3.
---
 gnu/packages/radio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 8f9e180..23a26d6 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1539,7 +1539,7 @@ receiver.")
 (define-public welle-io
   (package
     (name "welle-io")
-    (version "2.2")
+    (version "2.3")
     (source
      (origin
        (method git-fetch)
@@ -1548,7 +1548,7 @@ receiver.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04fpm6sc431dl9i5h53xpd6k85j22sv8aawl7b6wv2fzpfsd9fwa"))))
+        (base32 "1xl1lanw0xgmgks67dbfb2h52jxnrd1i2zik56v0q8dwsr7f0daw"))))
     (build-system qt-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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