Unverified Commit 617e6618 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #318053 from r-ryantm/auto-update/pyrosimple

pyrosimple: 2.13.0 -> 2.14.0
parents d0574692 ddd27023
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "pyrosimple";
  version = "2.13.0";
  version = "2.14.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "kannibalox";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-e69e1Aa10/pew1UZBCIPIH3BK7I8C3HiW59fRuSZlkc=";
    hash = "sha256-lEtyt7i8MyL2VffxNFQkL9RkmGeo6Nof0AOQwf6BUSE=";
  };

  pythonRelaxDeps = [