gnu: osc: Update to 0.165.2.

* gnu/packages/build-tools.scm (osc): Update to 0.165.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-07-16 22:42:14 +02:00
parent c8a227dfea
commit 844cb1b64d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -242,7 +242,7 @@ (define-public premake4
(define-public osc (define-public osc
(package (package
(name "osc") (name "osc")
(version "0.165.1") (version "0.165.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -251,7 +251,7 @@ (define-public osc
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "16p4z34ziy4z2w7mfpclk13x1w2p69wivkdwp0224x18r2fwj67v")))) (base32 "0yjwvbvv9fgkpiyvrag89zxchyn3nbgp9jz0wn5p0z9450zwfyz6"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases