Merge pull request #213737 from fgaz/itchiodl/2.2

itchiodl: 2.1.2 -> 2.2.0
This commit is contained in:
Weijia Wang 2023-01-31 10:41:52 +01:00 committed by GitHub
commit 806cc9d16f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "itchiodl";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "Emersont1";
repo = "itchio";
rev = "v${version}";
hash = "sha256-U9oLrocwVdTqTQ26/MMiYO++yFGdOjnn8g+ea1jCl/A=";
hash = "sha256-tylMEsUdeMUuLcxRMkkJE7vPAVuqc/cVJ4DB3xmV+iA=";
};
format = "pyproject";