]> Cypherpunks.ru repositories - pygost.git/blobdiff - install.texi
Download link for 4.5 release
[pygost.git] / install.texi
index 6567e66eee4dace47023ef45f6622831953eb1ef..a494da641ba173e889e17b867098a39a966cc2dd 100644 (file)
@@ -22,7 +22,7 @@ But also you can use pip (@strong{no} OpenPGP authentication is
 performed!) with PyPI:
 
 @example
-$ echo pygost==@value{VERSION} --hash=sha256:0b5bfab89243a76628c06eca5f878d7e73137f86336bf9d379bd31a553cfe995 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:54a2804a187cc70cb70676491e43f4059dbde9c3fe10aa98f847987afbd44f80 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example