File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
pkgs/development/python-modules/hakuin Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 33 aiohttp ,
44 buildPythonPackage ,
55 fetchFromGitHub ,
6+ hatchling ,
67 jinja2 ,
78 nltk ,
8- setuptools ,
9+ pythonOlder ,
910} :
1011
1112buildPythonPackage rec {
1213 pname = "hakuin" ;
13- version = "0-unstable-2024-03-31 " ;
14+ version = "0.1.10 " ;
1415 pyproject = true ;
1516
17+ disabled = pythonOlder "3.11" ;
18+
1619 src = fetchFromGitHub {
1720 owner = "pruzko" ;
1821 repo = "hakuin" ;
19- rev = "3b7b76dcbfb8ab2b98e6dee08df02158327af772 " ;
20- hash = "sha256-tRjo9a0ZCBjKxbXTkiKFzfL4pL5awF5vXmsJlYxwoIw =" ;
22+ rev = "refs/tags/ ${ version } " ;
23+ hash = "sha256-l5YnGRPUZUQqOaRvQd4l4eowWGpuPBignjkDDT9q7fg =" ;
2124 } ;
2225
23- build-system = [ setuptools ] ;
26+ build-system = [ hatchling ] ;
2427
2528 dependencies = [
2629 aiohttp
You can’t perform that action at this time.
0 commit comments