gnu: libsrtp: Update to 2.3.0.

* gnu/packages/telephony.scm (libsrtp): Update to 2.3.0.
This commit is contained in:
Marius Bakke 2020-01-19 23:44:14 +01:00
parent fd4b27e4e4
commit 80af75abcf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -246,7 +246,7 @@ (define-public sipwitch
(define-public libsrtp
(package
(name "libsrtp")
(version "2.2.0")
(version "2.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -255,7 +255,7 @@ (define-public libsrtp
(file-name (git-file-name name version))
(sha256
(base32
"1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6"))))
"1f7i3jdh1wzdv7zjlz7gs3xw5jqig9zw8z9awsqqcp54f94xdpvd"))))
(native-inputs
`(("psmisc" ,psmisc) ;some tests require 'killall'
("procps" ,procps)))