diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2025-02-12 15:11:40 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-02-12 15:51:48 +0100 |
commit | 0311099bccb910d315cf78392dc3cc825eae88a0 (patch) | |
tree | 8084c1cd9dcd4cf69488c962724223ae3dabf6aa | |
parent | 2b9c9086adef7f2c8aa22e3df00782271ae16870 (diff) | |
download | guix-0311099bccb910d315cf78392dc3cc825eae88a0.tar.gz guix-0311099bccb910d315cf78392dc3cc825eae88a0.zip |
gnu: qdmr: Update to 0.12.1.
* gnu/packages/radio.scm (qdmr): Update to 0.12.1.
Change-Id: I0af21f1379523004b2ab991bdcb82f9fd3e8724c
-rw-r--r-- | gnu/packages/radio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 02ca31d3dd..5591d10d2e 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -3297,7 +3297,7 @@ memory contents between them.") (define-public qdmr (package (name "qdmr") - (version "0.11.2") + (version "0.12.1") (source (origin (method git-fetch) (uri (git-reference @@ -3306,7 +3306,7 @@ memory contents between them.") (file-name (git-file-name name version)) (sha256 (base32 - "1r40shli0c66f559m25hd1xagyblh8qhzz7wyqyy7r167fvzagfd")))) + "08g00xwdqchc21nmacw45s65k8hnk8450yavjb1dx8kmd31kds79")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no tests |