mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681].
* gnu/packages/build-tools.scm (osc): Update to 0.172.0. [native-inputs]: Add python-chardet. Required by tests.
This commit is contained in:
parent
f736dedc4f
commit
ca15eaeb06
1 changed files with 4 additions and 2 deletions
|
@ -462,7 +462,7 @@ (define-public tup
|
|||
(define-public osc
|
||||
(package
|
||||
(name "osc")
|
||||
(version "0.165.2")
|
||||
(version "0.172.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -471,7 +471,7 @@ (define-public osc
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yjwvbvv9fgkpiyvrag89zxchyn3nbgp9jz0wn5p0z9450zwfyz6"))))
|
||||
(base32 "1sqdnkka3c6b6hwnrmlwrgy7w62cp8raq8mph9pgd2lydzzbvwlp"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -485,6 +485,8 @@ (define-public osc
|
|||
(string-append bin "osc-wrapper.py")
|
||||
(string-append bin "osc"))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("python-chardet" ,python-chardet)))
|
||||
(inputs
|
||||
`(("python-m2crypto" ,python-m2crypto)
|
||||
("python-pycurl" ,python-pycurl)
|
||||
|
|
Loading…
Reference in a new issue