Merge pull request #246701 from r-ryantm/auto-update/jc

jc: 1.23.3 -> 1.23.4
This commit is contained in:
figsoda
2023-08-02 10:24:46 -04:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.23.3";
version = "1.23.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-feD/8GLkewfVwtGRZs8YaWnb96bFICpcH6nkJmCmPgs=";
hash = "sha256-d0KONiYS/5JXrl5izFSTYeABEhCW+W9cKpMgk9o9LB4=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];