Merge pull request #203637 from 0xbe7a/pferd-3.4.3

This commit is contained in:
Sandro 2022-11-30 16:19:14 +01:00 committed by GitHub
commit a77af9dfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "pferd";
version = "3.4.2";
version = "3.4.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "Garmelon";
repo = "PFERD";
rev = "refs/tags/v${version}";
sha256 = "sha256-gT7i+7MiqgDSlvo9VqygRZjhB3gS6aoXKSef6BVABaA=";
sha256 = "sha256-m9u4CLvyF2n61JQyxEKlVzWZCUhzVEVqpSZMNDZXCAo=";
};
nativeBuildInputs = with python3Packages; [