···1717}:
1818buildPythonPackage rec {
1919 pname = "hikari";
2020- version = "2.3.5";
2020+ version = "2.4.1";
2121 pyproject = true;
22222323 src = fetchFromGitHub {
2424 owner = "hikari-py";
2525 repo = "hikari";
2626 tag = version;
2727- hash = "sha256-jcPgO4tJKHzrA1fFeksSL9PVMsxnHuzh4CLVwTq06sM=";
2727+ hash = "sha256-lkJICN5uXFIKUZwxZI82FSYZLWFa7Cb6tDs6wV9DsY0=";
2828 # The git commit is part of the `hikari.__git_sha1__` original output;
2929 # leave that output the same in nixpkgs. Use the `.git` directory
3030 # to retrieve the commit SHA, and remove the directory afterwards,