yamlpath: 3.6.9 -> 3.7.0

This commit is contained in:
R. Ryantm 2023-01-17 12:59:52 +00:00 committed by Bobby Rong
parent 9249c4bfbf
commit 03f9d6ac42

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "yamlpath";
version = "3.6.9";
version = "3.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "wwkimball";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-0r1jlDWlYPIjUEudHbwt324rt0H8K3PUb7RILoxNNnw=";
sha256 = "sha256-07WP3VoWtcUwqkJOC9FcYxV0832DH6KPcGIDAn1QEYc=";
};
propagatedBuildInputs = with python3.pkgs; [