mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: libsrtp: Update to 2.3.0.
* gnu/packages/telephony.scm (libsrtp): Update to 2.3.0.
This commit is contained in:
parent
fd4b27e4e4
commit
80af75abcf
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue