Merge pull request #235595 from marrobHD/patch-1

hyfetch: 1.4.7 -> 1.4.9
This commit is contained in:
figsoda
2023-06-02 18:02:07 -04:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.4.7";
version = "1.4.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-DfPU42X9WCvOXf/BvFkfIM4yWQnunBgjjSfncaL6HPA=";
hash = "sha256-n+Aa6HrGB7aKrHLQijKNcUVGMYxuqYVrAAnHFPDYH40=";
};
propagatedBuildInputs = with python3.pkgs; [