Commit 0f87b32e authored by Atemu's avatar Atemu
Browse files

jc: 1.23.0 -> 1.23.1

parent 8f40f2f9
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 ];