pferd: 3.7.0 -> 3.8.0 (#399251)

This commit is contained in:
h7x4
2025-04-23 12:25:18 +02:00
committed by GitHub
+2 -2
View File
@@ -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; [