Skip to content

Commit

Permalink
python3Packages.srp: 1.0.21 -> 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Nov 5, 2024
1 parent c803ed5 commit d711d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/srp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "srp";
version = "1.0.21";
version = "1.0.22";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-hmgTvPUhGJoVY+bKMRK29U/fclpBCi2+u28NhLgqHx0=";
hash = "sha256-8zDQ7HOH4qyFd0h7FkljFV1KAxvKbiAk8bCTDrkrql0=";
};

propagatedBuildInputs = [ six ];
Expand Down

0 comments on commit d711d8f

Please sign in to comment.