mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: qdmr: Update to 0.11.2.
* gnu/packages/radio.scm (qdmr): Update to 0.11.2.
This commit is contained in:
parent
1750d68309
commit
1023498117
1 changed files with 2 additions and 2 deletions
|
@ -2816,7 +2816,7 @@ (define-public gnss-sdr
|
||||||
(define-public qdmr
|
(define-public qdmr
|
||||||
(package
|
(package
|
||||||
(name "qdmr")
|
(name "qdmr")
|
||||||
(version "0.11.1")
|
(version "0.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2825,7 +2825,7 @@ (define-public qdmr
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xbp4ica6bgsiwc57wzm8744dqik2fw77kh1gb8s3sa1q9my2vlx"))))
|
"1r40shli0c66f559m25hd1xagyblh8qhzz7wyqyy7r167fvzagfd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
|
|
Loading…
Reference in a new issue