Skip to content

Commit 862fc0e

Browse files
authored
python312Packages.hakuin: 0-unstable-2024-03-31 -> 0.1.10 (#352195)
2 parents 0c7e443 + 56c0be0 commit 862fc0e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pkgs/development/python-modules/hakuin/default.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,27 @@
33
aiohttp,
44
buildPythonPackage,
55
fetchFromGitHub,
6+
hatchling,
67
jinja2,
78
nltk,
8-
setuptools,
9+
pythonOlder,
910
}:
1011

1112
buildPythonPackage 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

0 commit comments

Comments
 (0)