Unverified Commit b371d35a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #216890 from fabaff/jaconv-bump

python310Packages.jaconv: 0.3.1 -> 0.3.4 
parents dd48301e af1a1062
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "jaconv";
  version = "0.3.1";
  version = "0.3.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "ikegami-yukino";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-uzGHvklFHVoNloZauczgITeHQIgYQAfI9cjLWgG/vyI=";
    rev = "refs/tags/v${version}";
    hash = "sha256-9ruhOLaYNESeKOwJs3IN6ct66fSq7My9DOyA7/cH3d0=";
  };

  nativeCheckInputs = [