pferd: 3.5.0 -> 3.5.1

This commit is contained in:
Frederick Schwalbe 2024-04-09 20:31:48 +02:00
parent b117f65a97
commit 9b23333630
No known key found for this signature in database
GPG Key ID: B91AF1BB3F88B147
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "pferd";
version = "3.5.0";
version = "3.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "Garmelon";
repo = "PFERD";
rev = "refs/tags/v${version}";
sha256 = "sha256-iGMqKRM/8pnnew/U1r7Od9Giyn9z4BxVGO85nw3FI9Y=";
sha256 = "sha256-NNQ7yB0JPVDSWMNxkpvEK/meLa3Db78qxUDDTJa6YgM=";
};
nativeBuildInputs = with python3Packages; [