mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
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:
parent
a01ee2f7f3
commit
0d02317114
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user