jc: 1.23.3 -> 1.23.4

This commit is contained in:
R. Ryantm 2023-08-02 03:35:58 +00:00
parent 5aeb601dae
commit 8253b0741e

View file

@ -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 ];