Skip to content

Commit 69abf1a

Browse files
authored
python3Packages.stringzilla: 4.2.2 -> 4.2.3 (NixOS#457305)
2 parents 6f861d3 + cb1aa5d commit 69abf1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/stringzilla/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "stringzilla";
13-
version = "4.2.2";
13+
version = "4.2.3";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "ashvardanian";
1818
repo = "stringzilla";
1919
tag = "v${version}";
20-
hash = "sha256-J1k8gYPStnnXHFvbHG6nHuQMQy1+XSiS5ERk/reL/Z4=";
20+
hash = "sha256-QxdiGqVz/3dNHlkilbf/CZ/QB2iPEBYS4hkrQusad2c=";
2121
};
2222

2323
build-system = [

0 commit comments

Comments
 (0)