Unverified Commit ced4e31b authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

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

python312Packages.luddite: 1.0.3 -> 1.0.4
parents afa65506 d311c8f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''