]> Cypherpunks.ru repositories - pygost.git/blobdiff - install.texi
Make Go's crypto/x509 compatible example certificates
[pygost.git] / install.texi
index 4404f5f11f6217910f08d3e22631e173d5b7c380..46e35089e13ca6138207f72fceee02e0c05b93b2 100644 (file)
@@ -20,7 +20,7 @@ But also you can use pip (@strong{no} OpenPGP authentication is
 performed!) with PyPI:
 
 @example
-$ echo pygost==@value{VERSION} --hash=sha256:f10d3d1e669172bf64d4271fafd34a00f16117f5e1eb32b17bbb5dca1018f7c9 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:430bab3fdb4c2f59d89b5c80293468b3d3f5b713b49157d995b723ff909cf7c8 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example