Add checksum for py-poetry-core@1.0.8 (#30359)

Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
This commit is contained in:
Andrea Valenzuela 2022-04-28 18:24:08 +02:00 committed by GitHub
parent 19bb4bdeb8
commit cf905ec14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyPoetryCore(PythonPackage):
homepage = "https://github.com/python-poetry/poetry-core"
pypi = "poetry-core/poetry-core-1.0.7.tar.gz"
version('1.0.8', sha256='951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa405b118')
version('1.0.7', sha256='98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206')
depends_on('python@2.7,3.5:3', type=('build', 'run'))