Merge pull request #328559 from r-ryantm/auto-update/python312Packages.app-model

python312Packages.app-model: 0.2.7 -> 0.2.8
This commit is contained in:
Nick Cao 2024-07-20 14:03:15 -04:00 committed by GitHub
commit 12662ba845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "app-model";
version = "0.2.7";
version = "0.2.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "app-model";
rev = "refs/tags/v${version}";
hash = "sha256-ISMSt7c8CoxffMhg7XC/ebKkgXFTBihDr1fGkqMCBoc=";
hash = "sha256-vGSFo2ZckIDI3TjBSTKZagTEYdILt1/5Wyws3P7FNiQ=";
};
build-system = [