Unverified Commit 7b9a2a32 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

Smassh: 3.1.6 -> 3.1.7 (#412980)

parents f40e459d b96f7af2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "smassh";
  version = "3.1.6";
  version = "3.1.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kraanzu";
    repo = "smassh";
    rev = "v${version}";
    hash = "sha256-P0fZHSsaKIwJspEBxM5MEK3Z4kemXJWlIOQI9cmvlF4=";
    hash = "sha256-i04DzsurF6sMMBHZjBOrkKKmkn6Nt6uF27QXABE3igg=";
  };

  nativeBuildInputs = with python3.pkgs; [ poetry-core ];