]> Cypherpunks.ru repositories - pygost.git/blobdiff - install.texi
Forgotten debug file writing
[pygost.git] / install.texi
index 20ca6bd6805712957bf49e4635ed5e165df92280..b185292de057040c935ea6cf7ceccde4e04ab6a9 100644 (file)
@@ -1,7 +1,7 @@
 @node Download
 @unnumbered Download
 
-@set VERSION 4.3
+@set VERSION 4.4
 
 No additional dependencies except Python 2.7/3.x interpreter are required.
 
@@ -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:8e11248a0945534635a2812c146eaf32cb3bdfcd8af9a224d2c2ffaa35e6f3d0 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:0b5bfab89243a76628c06eca5f878d7e73137f86336bf9d379bd31a553cfe995 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example