Add versions 3.1.6, 3.1.7 and 3.2.0 (#26527)
This commit is contained in:
parent
e39866f443
commit
2773178897
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ class PyBcrypt(PythonPackage):
|
||||||
homepage = "https://github.com/pyca/bcrypt/"
|
homepage = "https://github.com/pyca/bcrypt/"
|
||||||
url = "https://github.com/pyca/bcrypt/archive/3.1.4.tar.gz"
|
url = "https://github.com/pyca/bcrypt/archive/3.1.4.tar.gz"
|
||||||
|
|
||||||
|
version('3.2.0', sha256='da18f9af11ec41c57daf3758f9d21bd90292c0cdb2a7ea4e6b803f39e753c350')
|
||||||
|
version('3.1.7', sha256='3f7784000846dd85fd626c2cf50065f5078dd76b68f6bd7ba3f132b691035ff4')
|
||||||
|
version('3.1.6', sha256='169d3e6edbf8717e8856748b72fb02abe8ce8e0b65d733b1509ae9942e77f2a9')
|
||||||
version('3.1.4', sha256='ca122a2cdcdffb0fd04f9dfe3493766f298bef02dea2f190f35ea6fdee222b96')
|
version('3.1.4', sha256='ca122a2cdcdffb0fd04f9dfe3493766f298bef02dea2f190f35ea6fdee222b96')
|
||||||
|
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
|
|
Loading…
Reference in a new issue