yamlpath: 3.6.7 -> 3.6.8

This commit is contained in:
R. Ryantm 2022-11-02 10:41:46 +00:00
parent 23c102afc2
commit 3cb7318edf

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "yamlpath";
version = "3.6.7";
version = "3.6.8";
format = "setuptools";
src = fetchFromGitHub {
owner = "wwkimball";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lz8n3c+NohZnkbAoF/9rHsGzXW5PWPOsJKUFqqenIRg=";
rev = "refs/tags/v${version}";
sha256 = "sha256-g4Pw0IWLY/9nG2eqbiknWCZjJNGbmV42KEviIENXYYA=";
};
propagatedBuildInputs = with python3.pkgs; [