Merge pull request #296024 from r-ryantm/auto-update/python312Packages.luddite

python312Packages.luddite: 1.0.3 -> 1.0.4
This commit is contained in:
Emily Trau 2024-03-19 14:10:01 +11:00 committed by GitHub
commit ced4e31b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "luddite";
version = "1.0.3";
version = "1.0.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "jumptrading";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-JXIM7/5LO95oabM16GwAt3v3a8uldGpGXDWmVic8Ins=";
hash = "sha256-iJ3h1XRBzLd4cBKFPNOlIV5Z5XJ/miscfIdkpPIpbJ8=";
};
postPatch = ''