python311Packages.luddite 1.0.3 -> 1.0.4 https://github.com/jumptrading/luddite/releases attrpath: python311Packages.luddite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5hlzpis7ni29a0zmyqg64rrw24ks5kqz-packages.json.drv building '/nix/store/5hlzpis7ni29a0zmyqg64rrw24ks5kqz-packages.json.drv'... Going to be running update for following packages: - python3.11-luddite-1.0.3 Press Enter key to continue... Running update for: - python3.11-luddite-1.0.3: UPDATING ... - python3.11-luddite-1.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/luddite/default.nix b/pkgs/development/python-modules/luddite/default.nix index d6ff66594f47..c3b7f4ee38ec 100644 --- a/pkgs/development/python-modules/luddite/default.nix +++ b/pkgs/development/python-modules/luddite/default.nix @@ -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 = '' No auto update branch exists There might already be an open PR for this update: - python312Packages.luddite: 1.0.3 -> 1.0.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296024"