Merge pull request #304197 from x-zvf/master

pkg-pferd: 3.5.1 -> 3.5.2
This commit is contained in:
Pascal Wittmann 2024-04-15 10:16:33 +02:00 committed by GitHub
commit f366285775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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