diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 23:25:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 23:32:29 +0100 |
commit | 2674e1bf93576d420c894f5e1df33c6b68c60aca (patch) | |
tree | e2809deb5d14ddec3da05ab82a77ed389af64125 /gnu/packages/linphone.scm | |
parent | f5c898532044d28cc11f91e775f7a1a81b7082ca (diff) | |
download | guix-2674e1bf93576d420c894f5e1df33c6b68c60aca.tar.gz |
gnu: bcg729: Update to 1.1.1.
* gnu/packages/linphone.scm (bcg729): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/linphone.scm')
-rw-r--r-- | gnu/packages/linphone.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index a530729d5e..afa542412f 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -194,7 +194,7 @@ tracks in one file. ") (define-public bcg729 (package (name "bcg729") - (version "1.0.4") + (version "1.1.1") (source (origin (method git-fetch) @@ -203,7 +203,7 @@ tracks in one file. ") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "05s0c5ps3a763y0v34wg5zghj0cdjnq4ch7g81848xxry7q90fwa")))) + (base32 "1hal6b3w6f8y5r1wa0xzj8sj2jjndypaxyw62q50p63garp2h739")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No test target |