Add extra version of py-scandir (#15085)
This commit is contained in:
parent
7a60a04402
commit
e258326133
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ class PyScandir(PythonPackage):
|
||||||
|
|
||||||
import_modules = ['scandir']
|
import_modules = ['scandir']
|
||||||
|
|
||||||
|
version('1.10.0', sha256='4d4631f6062e658e9007ab3149a9b914f3548cb38bfb021c64f39a025ce578ae')
|
||||||
version('1.9.0', sha256='44975e209c4827fc18a3486f257154d34ec6eaec0f90fef0cca1caa482db7064')
|
version('1.9.0', sha256='44975e209c4827fc18a3486f257154d34ec6eaec0f90fef0cca1caa482db7064')
|
||||||
version('1.6', sha256='e0278a2d4bc6c0569aedbe66bf26c8ab5b2b08378b3289de49257f23ac624338')
|
version('1.6', sha256='e0278a2d4bc6c0569aedbe66bf26c8ab5b2b08378b3289de49257f23ac624338')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue