We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f861d3 + cb1aa5d commit 69abf1aCopy full SHA for 69abf1a
1 file changed
pkgs/development/python-modules/stringzilla/default.nix
@@ -10,14 +10,14 @@
10
11
buildPythonPackage rec {
12
pname = "stringzilla";
13
- version = "4.2.2";
+ version = "4.2.3";
14
pyproject = true;
15
16
src = fetchFromGitHub {
17
owner = "ashvardanian";
18
repo = "stringzilla";
19
tag = "v${version}";
20
- hash = "sha256-J1k8gYPStnnXHFvbHG6nHuQMQy1+XSiS5ERk/reL/Z4=";
+ hash = "sha256-QxdiGqVz/3dNHlkilbf/CZ/QB2iPEBYS4hkrQusad2c=";
21
};
22
23
build-system = [
0 commit comments