Unverified Commit 8744ef58 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

python3Packages.jc: 1.25.4 -> 1.25.5 (#406025)

parents 4ab8584a 94176dc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "jc";
  version = "1.25.4";
  version = "1.25.5";
  format = "setuptools";
  disabled = pythonOlder "3.6";

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "kellyjonbrazil";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-9006FoIGUpmb+tC2d6jLsYpKUPM5OEXxK1ztAREwZ1E=";
    hash = "sha256-tv466jVjLtmn2U8t3sSyQLuzGcVf0RHtE+cFd8j8T5k=";
  };

  propagatedBuildInputs = [
@@ -55,7 +55,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/kellyjonbrazil/jc";
    license = licenses.mit;
    maintainers = with maintainers; [ atemu ];
    changelog = "https://github.com/kellyjonbrazil/jc/blob/v${version}/CHANGELOG";
    changelog = "https://github.com/kellyjonbrazil/jc/blob/${src.tag}/CHANGELOG";
    mainProgram = "jc";
  };
}