tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.hanzidentifier: 1.2.0 -> 1.3.0
R. Ryantm
7 months ago
b9d5ec78
979665e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
hanzidentifier
default.nix
+2
-2
pkgs/development/python-modules/hanzidentifier/default.nix
reviewed
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "hanzidentifier";
12
12
-
version = "1.2.0";
12
12
+
version = "1.3.0";
13
13
pyproject = true;
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "tsroten";
17
17
repo = "hanzidentifier";
18
18
tag = "v${version}";
19
19
-
hash = "sha256-TVS21zy5UR+tGgVRB6eUguy2PGgruxbc+QR0DYUWl4w=";
19
19
+
hash = "sha256-SXIMk5Pr2jqoWOjKfVVhe6fHdbh3j+5Lnlru7St8bgA=";
20
20
};
21
21
22
22
build-system = [ hatchling ];