Merge pull request #271921 from TheRealKeto/update/hyfetch

hyfetch: 1.4.10 -> 1.4.11
This commit is contained in:
Thomas Gerbet 2023-12-04 23:08:36 +01:00 committed by GitHub
commit 8434711e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.4.10";
version = "1.4.11";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-B8FAMXot+QV7Q2bJuTsRsrxHSr/2f+WNTKrZqFXewdE=";
hash = "sha256-xzN/tbS5BUvpKeozesE99gNp3NRDjvf4Qx7BHLc4svo=";
};
propagatedBuildInputs = with python3.pkgs; [