]> Cypherpunks.ru repositories - pygost.git/blobdiff - install.texi
Download link for 5.2 release
[pygost.git] / install.texi
index e1b6793ddf2e8589a384b034063edfe3db849dbb..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:220dc92874b2f2f0ac72875e5f06bd9652b3643a13073b20843968c367db07ff > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:430bab3fdb4c2f59d89b5c80293468b3d3f5b713b49157d995b723ff909cf7c8 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example