Merge pull request #217079 from r-ryantm/auto-update/hyfetch

hyfetch: 1.4.6 -> 1.4.7
This commit is contained in:
Mario Rodas
2023-02-19 14:31:44 -05:00
committed by GitHub
+2 -2
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; [