Unverified Commit 71c6860a authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

pferd: 3.7.0 -> 3.8.0 (#399251)

parents 1e76ade8 59d5d932
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "pferd";
  version = "3.7.0";
  version = "3.8.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "Garmelon";
    repo = "PFERD";
    tag = "v${version}";
    sha256 = "sha256-4+LlnGv/i9zDf+HeW86PJ6XsPMEkJ0JzhLr14MJ4WKM=";
    sha256 = "sha256-pbMT6KqqITDBPGgLGq4gmCmasby4lhuZzq02ixnDeSI=";
  };

  nativeBuildInputs = with python3Packages; [