gnu: conan: Update to 2.0.9.
* gnu/packages/package-management.scm (conan): Update to 2.0.9. [arguments]: Upgrade python-pyyaml-5 to python-pyyaml.master
parent
ab7bae8de3
commit
7fd173369e
gnu/packages
|
@ -1169,7 +1169,7 @@ written entirely in Python.")
|
|||
(define-public conan
|
||||
(package
|
||||
(name "conan")
|
||||
(version "2.0.2")
|
||||
(version "2.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in PyPI archive
|
||||
|
@ -1178,8 +1178,7 @@ written entirely in Python.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y4qmqnw3s8xv64lgp388qpj9vqharyfqi5s8dxvgsns6cafv7lf"))))
|
||||
(base32 "1ykfj7c3i0b57s7ql3p2lawxdzd2cn36f3k8p64lyzla8rwv4xdx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1299,7 +1298,7 @@ tools_locations = {
|
|||
python-pluginbase
|
||||
python-pygments
|
||||
python-pyjwt
|
||||
python-pyyaml-5
|
||||
python-pyyaml
|
||||
python-requests
|
||||
python-six
|
||||
python-tqdm
|
||||
|
|
Reference in New Issue