fix typo in version number (#12855)
This commit is contained in:
parent
141a1648e6
commit
02ae944c74
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class PyPyudev(PythonPackage):
|
|||
homepage = "https://pyudev.readthedocs.io/en/latest/"
|
||||
url = "https://pypi.io/packages/source/p/pyudev/pyudev-0.9.tar.gz"
|
||||
|
||||
version('0.21', sha256='094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b')
|
||||
version('0.21.0', sha256='094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b')
|
||||
version('0.15', sha256='12f462b777388c447edaac9e4b423a38a76eeb43f36b1a42288e771309d663c2')
|
||||
version('0.9', sha256='5282ff7178942cfe0cb56316b7743ad6d0189e2749d80f452bf2e04740b81eb2')
|
||||
|
||||
|
|
Loading…
Reference in a new issue