python3Packages.app-model: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-07-01 16:55:25 +00:00
parent 5de2d661db
commit 541afad2ab

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "app-model";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "app-model";
tag = "v${version}";
hash = "sha256-bIqcbKjAj5TMZD9mZ+7G4q+sR0aRqn6E4hf99srgRIE=";
hash = "sha256-T7aUwdne1rUzhVRotlxDvEBm3mi/frUQziZdLo53Lsg=";
};
build-system = [
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to implement generic application schema";
homepage = "https://github.com/pyapp-kit/app-model";
changelog = "https://github.com/pyapp-kit/app-model/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/pyapp-kit/app-model/blob/${src.tag}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};