hyfetch: 1.4.9 -> 1.4.10

This commit is contained in:
May 2023-08-24 11:21:55 +02:00 committed by GitHub
parent 032324fd20
commit 2639b08458
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.9";
version = "1.4.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-n+Aa6HrGB7aKrHLQijKNcUVGMYxuqYVrAAnHFPDYH40=";
hash = "sha256-B8FAMXot+QV7Q2bJuTsRsrxHSr/2f+WNTKrZqFXewdE=";
};
propagatedBuildInputs = with python3.pkgs; [