python312Packages.luddite: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm
2024-03-15 00:26:28 +00:00
parent 5ed2a8b685
commit d311c8f300
@@ -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 = ''