diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-17 14:37:04 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-17 14:37:04 +0100 |
commit | 175443948f282455d4e1d15d18bd9ff5ee8572f9 (patch) | |
tree | 95d0668131c1f80840255585b79224519950f01c | |
parent | 9b97f39f57eb5bc5740f830b904961971f24c294 (diff) | |
download | guix-175443948f282455d4e1d15d18bd9ff5ee8572f9.tar.gz |
gnu: rtl-433: Update to 20.11.
* gnu/packages/radio.scm (rtl-433): Update to 20.11.
-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 f66c7175a7..c58645fe87 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1057,7 +1057,7 @@ their position, altitude, speed, etc.") (define-public rtl-433 (package (name "rtl-433") - (version "20.02") + (version "20.11") (source (origin (method git-fetch) @@ -1066,7 +1066,7 @@ their position, altitude, speed, etc.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "11991xky9gawkragdyg27qsf7kw5bhlg7ygvf3fn7ng00x4xbh1z")))) + (base32 "093bxjxkg7yf78wqj5gpijbfa2p05ny09qqsj84kzi1svnzsa369")))) (build-system cmake-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |