Merge pull request #216890 from fabaff/jaconv-bump

python310Packages.jaconv: 0.3.1 -> 0.3.4
This commit is contained in:
Fabian Affolter 2023-02-18 10:04:06 +01:00 committed by GitHub
commit b371d35aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [