Unverified Commit 7d1420d5 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #223105 from Atemu/update/jc

jc: 1.23.0 -> 1.23.1
parents a660b6b3 0f87b32e
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.0";
  version = "1.23.1";
  disabled = pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "kellyjonbrazil";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-0ZKdySzRHHtDWvSrQ0qJTggu48TyCBVrtEZZkM8HqNQ=";
    hash = "sha256-3AH/NKYMACNuS0I2RsyU+L5Vksdv9H/q3aV1US64rk0=";
  };

  propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];