3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:02 +02:00
parent ab7bae8de3
commit 7fd173369e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1169,17 +1169,16 @@ 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
(method git-fetch) ; no tests in PyPI archive
(uri (git-reference
(url "https://github.com/conan-io/conan")
(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