me
/
guix
Archived
1
0
Fork 0

gnu: rtl-433: Update to 22.11.

* gnu/packages/radio.scm (rtl-433): Update to 22.11.
Guillaume Le Vaillant 2022-12-14 17:58:56 +01:00
parent 181444e01c
commit e2562d0408
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -1601,7 +1601,7 @@ their position, altitude, speed, etc.")
(define-public rtl-433
(package
(name "rtl-433")
(version "21.12")
(version "22.11")
(source
(origin
(method git-fetch)
@ -1610,7 +1610,7 @@ their position, altitude, speed, etc.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ygxs35zvgnamhqdwk1akcwagcirzpi4wndzgf9d23faiv4cm01a"))))
(base32 "0qx89qmf0zn0qa05vraipny4ihx6lm72s830mbfyzw2znyk3wdm8"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))