python312Packages.autoslot: 2022.12.1 -> 2024.12.1

Diff: https://github.com/cjrh/autoslot/compare/refs/tags/v2022.12.1...v2024.12.1
This commit is contained in:
Fabian Affolter 2024-12-07 00:25:08 +01:00
parent a01ee2f7f3
commit 0d02317114

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "autoslot";
version = "2022.12.1";
version = "2024.12.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cjrh";
repo = "autoslot";
rev = "refs/tags/v${version}";
hash = "sha256-fG4rRwRubJt2aXChEsMybEKal6LscZI7GA2uwtK5Vtg=";
hash = "sha256-wYjsBrjvSZFHDt0HLrnS9Xwk8EHVQupfPSkQnUFmMAk=";
};
postPatch = ''