chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
algorithms.c: Add support for Poly1305.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 161e2afcfa56f31584feea6e7f10dee2c1e1bf2e..fe0ed538bf9389645be87fb2e89a64086ebdf969 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
import distutils.core as DC
import mdwsetup as MS
-MS.pkg_config('catacomb', '2.
2.0
')
+MS.pkg_config('catacomb', '2.
3.0.1+4
')
MS.pkg_config('mLib', '2.0.4')
cat = DC.Extension('catacomb._base',