Skip to content

Commit

Permalink
python312Packages.parallel-ssh: 2.13.0 -> 2.14.0 (NixOS#381547)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 14, 2025
2 parents 52fc66b + d38afbc commit aacf24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/parallel-ssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildPythonPackage rec {
pname = "parallel-ssh";
version = "2.13.0";
version = "2.14.0";

src = fetchFromGitHub {
owner = "ParallelSSH";
repo = "parallel-ssh";
tag = version;
hash = "sha256-J/rwlJ9BOcENngIVz5cU+uA34hEEw7QsgsPnpNbbZbk=";
hash = "sha256-TeNQitaNVbK96Aui8OcKin2sHpF8VlMQmb5ODT2lQh4=";
};

build-system = [
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = {
description = "Asynchronous parallel SSH client library";
homepage = "https://github.com/ParallelSSH/parallel-ssh";
changelog = "https://github.com/ParallelSSH/parallel-ssh/blob/${version}/Changelog.rst";
changelog = "https://github.com/ParallelSSH/parallel-ssh/blob/${src.tag}/Changelog.rst";
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [ infinidoge ];
};
Expand Down

0 comments on commit aacf24b

Please sign in to comment.