Skip to content

Commit

Permalink
pyrosimple: 2.11.1 -> 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2023
1 parent c3a6a37 commit 9f75383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/pyrosimple/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "pyrosimple";
version = "2.11.1";
version = "2.11.3";
format = "pyproject";

src = fetchFromGitHub {
owner = "kannibalox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-J3eRuQK53Tsh1vhIgEUYBv08c6v3fSMzgK2PIhA13Qw=";
hash = "sha256-P12Tx9lEGp9OINL6vJIdyL3+pJbR/uaYe8k7v9kSz/A=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 9f75383

Please sign in to comment.