Merge pull request #297153 from quantenzitrone/doge

doge: 3.7.0 -> 3.8.0
This commit is contained in:
Sandro 2024-03-29 15:08:28 +01:00 committed by GitHub
commit f9352dc79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;