Commit cc573dcd authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.jc: 1.23.2 -> 1.23.3

parent cbf04901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "jc";
  version = "1.23.2";
  version = "1.23.3";
  disabled = pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "kellyjonbrazil";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-nj7HyYjo5jDnA+H5/er/GPgC/bUR0UYBqu5zOSDA4p0=";
    hash = "sha256-feD/8GLkewfVwtGRZs8YaWnb96bFICpcH6nkJmCmPgs=";
  };

  propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];