hyfetch: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm 2023-02-19 04:29:53 +00:00
parent 479fc5215f
commit ff1b6290ab

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.4.6";
version = "1.4.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-bbAJV4G5FAY0mSfrbIEs0eNFARZD74dUvHEBQuPc0rI=";
hash = "sha256-DfPU42X9WCvOXf/BvFkfIM4yWQnunBgjjSfncaL6HPA=";
};
propagatedBuildInputs = with python3.pkgs; [