lol
fork

Configure Feed

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

python312Packages.dpath: 2.1.6 -> 2.2.0

Changelog: https://github.com/dpath-maintainers/dpath-python/releases/tag/v2.2.0

+2 -2
+2 -2
pkgs/development/python-modules/dpath/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dpath"; 15 - version = "2.1.6"; 15 + version = "2.2.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-8eB8cuhgXGqegLZLyPQnFN4Ip4nH3kF+ScP4ehlpLkc="; 22 + hash = "sha256-NPfmMNxV6j8hnlVXJvXaS0sl8iADGcjmkCw5Qljdaj4="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ setuptools ];