diff options
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/cpp.scm b/px/packages/cpp.scm index b74a871..f592948 100644 --- a/px/packages/cpp.scm +++ b/px/packages/cpp.scm @@ -70,13 +70,13 @@ in multiple languages.") (define-public cpp-webrtc (package (name "cpp-webrtc") - (version "0.3.0") + (version "0.3.1") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/webrtc-cpp_v" version ".tgz")) (sha256 - (base32 "12k910nq20crkghvzb1pwil7iph2brqf94cfcc31px1nrzqv359w")))) + (base32 "0rswblv5ss4l4xgnrd530id9yryqz308si85bj3iz482sjh3yppn")))) (build-system qt-build-system) (arguments `(#:tests? #f)) |