Skip to content

Commit

Permalink
python312Packages.hakuin: 0-unstable-2024-03-31 -> 0.1.10 (#352195)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 31, 2024
2 parents 0c7e443 + 56c0be0 commit 862fc0e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pkgs/development/python-modules/hakuin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,27 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
hatchling,
jinja2,
nltk,
setuptools,
pythonOlder,
}:

buildPythonPackage rec {
pname = "hakuin";
version = "0-unstable-2024-03-31";
version = "0.1.10";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "pruzko";
repo = "hakuin";
rev = "3b7b76dcbfb8ab2b98e6dee08df02158327af772";
hash = "sha256-tRjo9a0ZCBjKxbXTkiKFzfL4pL5awF5vXmsJlYxwoIw=";
rev = "refs/tags/${version}";
hash = "sha256-l5YnGRPUZUQqOaRvQd4l4eowWGpuPBignjkDDT9q7fg=";
};

build-system = [ setuptools ];
build-system = [ hatchling ];

dependencies = [
aiohttp
Expand Down

0 comments on commit 862fc0e

Please sign in to comment.