hyfetch: 1.4.10 -> 1.4.11

This commit is contained in:
Keto 2023-12-03 14:44:00 -05:00
parent a0ba4615da
commit a9ffe1975c
No known key found for this signature in database
GPG key ID: F256D023018D9970

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; [