Skip to content

Commit 9b55ba2

Browse files
committed
python312Packages.ssh2-python: 1.1.2 -> 1.1.2.post1
1 parent 82dc1d7 commit 9b55ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/ssh2-python/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonPackage rec {
1313
pname = "ssh2-python";
14-
version = "1.1.2";
14+
version = "1.1.2.post1";
1515

1616
src = fetchFromGitHub {
1717
owner = "ParallelSSH";
1818
repo = "ssh2-python";
1919
tag = version;
20-
hash = "sha256-nNMe7BTHI4O9Ueyq2YxtHat4BrrtiWGFkKHwUu/NtkM=";
20+
hash = "sha256-LHIj0lSAMJ+tUvIyMl0xT/i0N4U+HbiiD62WIXzboMU=";
2121
};
2222

2323
build-system = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939
meta = {
4040
description = "Python bindings for libssh2 C library";
4141
homepage = "https://github.com/ParallelSSH/ssh2-python";
42-
changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${version}/Changelog.rst";
42+
changelog = "https://github.com/ParallelSSH/ssh2-python/blob/${src.tag}/Changelog.rst";
4343
license = lib.licenses.lgpl21Only;
4444
maintainers = with lib.maintainers; [ infinidoge ];
4545
};

0 commit comments

Comments
 (0)