lol

python3Packages.hikari: 2.3.5 -> 2.4.1 (#441545)

authored by

Wolfgang Walther and committed by
GitHub
5a1e7dee 7d477721

+2 -2
+2 -2
pkgs/development/python-modules/hikari/default.nix
··· 17 17 }: 18 18 buildPythonPackage rec { 19 19 pname = "hikari"; 20 - version = "2.3.5"; 20 + version = "2.4.1"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "hikari-py"; 25 25 repo = "hikari"; 26 26 tag = version; 27 - hash = "sha256-jcPgO4tJKHzrA1fFeksSL9PVMsxnHuzh4CLVwTq06sM="; 27 + hash = "sha256-lkJICN5uXFIKUZwxZI82FSYZLWFa7Cb6tDs6wV9DsY0="; 28 28 # The git commit is part of the `hikari.__git_sha1__` original output; 29 29 # leave that output the same in nixpkgs. Use the `.git` directory 30 30 # to retrieve the commit SHA, and remove the directory afterwards,