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

jc: 1.18.2 -> 1.18.3
This commit is contained in:
Mario Rodas
2022-02-15 02:09:30 -05:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.18.2";
version = "1.18.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5GGY23MDsUbSC2tYGVqwwtFi5vnSldozMR4HuY+h+l4=";
sha256 = "sha256-OMFW2xR6X/6H8ouHAe5qX8ltuwkNG9esjdosac+MiNw=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];