Skip to content

Commit

Permalink
Merge pull request #216890 from fabaff/jaconv-bump
Browse files Browse the repository at this point in the history
python310Packages.jaconv: 0.3.1 -> 0.3.4
  • Loading branch information
fabaff authored Feb 18, 2023
2 parents dd48301 + af1a106 commit b371d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/jaconv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

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

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "ikegami-yukino";
repo = pname;
rev = "v${version}";
hash = "sha256-uzGHvklFHVoNloZauczgITeHQIgYQAfI9cjLWgG/vyI=";
rev = "refs/tags/v${version}";
hash = "sha256-9ruhOLaYNESeKOwJs3IN6ct66fSq7My9DOyA7/cH3d0=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit b371d35

Please sign in to comment.