about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 11:12:52 +0100
committerGitHub <noreply@github.com>2024-03-07 11:12:52 +0100
commit396a376b66a4a3c35759968ac0d41cd0339cc89e (patch)
tree1f0eae3c80a102f6f8cf55d8f1044396f51297fb /pkgs/applications/networking/p2p
parent59188fdab66e19afd6b99c932549a0661e368cb3 (diff)
parent229974e0e057373342a6599f8c75ee0f42926eac (diff)
Merge pull request #285501 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.12.1 -> 2.13.0
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/pyrosimple/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/pyrosimple/default.nix b/pkgs/applications/networking/p2p/pyrosimple/default.nix
index 2f75ce1b29a14..866727ba4349e 100644
--- a/pkgs/applications/networking/p2p/pyrosimple/default.nix
+++ b/pkgs/applications/networking/p2p/pyrosimple/default.nix
@@ -10,14 +10,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "pyrosimple";
-  version = "2.12.1";
+  version = "2.13.0";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "kannibalox";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-ppSQknpRoxq35t7lPbqz7MPJzy98yq/GgSchPOx4VT4=";
+    hash = "sha256-e69e1Aa10/pew1UZBCIPIH3BK7I8C3HiW59fRuSZlkc=";
   };
 
   pythonRelaxDeps = [