lol
0
fork

Configure Feed

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

python310Packages.jaraco-context: 4.2.0 -> 4.3.0

Changelog: https://github.com/jaraco/jaraco.context/blob/v4.3.0/CHANGES.rst

+3 -3
+3 -3
pkgs/development/python-modules/jaraco-context/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "jaraco-context"; 10 - version = "4.2.0"; 10 + version = "4.3.0"; 11 11 format = "pyproject"; 12 12 13 - disabled = pythonOlder "3.6"; 13 + disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "jaraco"; 17 17 repo = "jaraco.context"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-J7vL+pvwXcKEkqZn44/U01HmP1CI5kIGsJ1aJevp0I4="; 19 + hash = "sha256-YdbkpKv7k62uyhmjKoxeA9uf5BWnRD/rK+z46FJN4xk="; 20 20 }; 21 21 22 22 SETUPTOOLS_SCM_PRETEND_VERSION = version;