nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.app-model: 0.2.0 -> 0.2.1

Diff: https://github.com/pyapp-kit/app-model/compare/refs/tags/v0.2.0...v0.2.1

Changelog: https://github.com/pyapp-kit/app-model/blob/v0.2.1/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/app-model/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "app-model"; 16 - version = "0.2.0"; 16 + version = "0.2.1"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "pyapp-kit"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-4I0lDL6B+8f/lj09zT14lvbGATuHIfjKwwABXi6OIvE="; 25 + hash = "sha256-1LldqihVCCgFdnsod751zWAAqkaaIH2qMpfsPYjWzgs="; 26 26 }; 27 27 28 28 SETUPTOOLS_SCM_PRETEND_VERSION = version;