python3Packages.autoslot: 2024.12.1 -> 2025.11.1

Diff: https://github.com/cjrh/autoslot/compare/v2024.12.1...v2025.11.1
This commit is contained in:
Robert Schütz
2025-11-28 08:55:19 -08:00
parent 2d5213f3d3
commit b4b0bf575d
@@ -4,21 +4,18 @@
fetchFromGitHub,
flit-core,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "autoslot";
version = "2024.12.1";
version = "2025.11.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "cjrh";
repo = "autoslot";
tag = "v${version}";
hash = "sha256-wYjsBrjvSZFHDt0HLrnS9Xwk8EHVQupfPSkQnUFmMAk=";
hash = "sha256-mPGfBUSKkskiiokqo/TJWdDzuvcg/LDULx+Gx8LexV8=";
};
build-system = [ flit-core ];