doge: 3.7.0 -> 3.8.0

This commit is contained in:
Quantenzitrone 2024-03-19 12:19:41 +01:00
parent d691274a97
commit 734c29c3d7
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "doge";
version = "3.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "Olivia5k";
repo = "doge";
rev = version;
hash = "sha256-LmEbDQUZe/3lg/Ze+WUNyYfC8zMr88/rn10sL0jgbGA=";
hash = "sha256-CZw9Pz9YPVmDMOfDp5yIp/yStOvXEzAgb/HvKpxhQ8I=";
};
pyproject = true;