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.elasticsearch8: 8.19.0 -> 8.19.1
R. Ryantm
7 months ago
56e7fde1
7b38f24f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
elasticsearch8
default.nix
+2
-2
pkgs/development/python-modules/elasticsearch8/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "elasticsearch8";
17
17
-
version = "8.19.0";
17
17
+
version = "8.19.1";
18
18
pyproject = true;
19
19
20
20
disabled = pythonOlder "3.7";
21
21
22
22
src = fetchPypi {
23
23
inherit pname version;
24
24
-
hash = "sha256-7D4M4iw+d2Ok21twUxX/PKDxtC6++bPicYI18jrHlY0=";
24
24
+
hash = "sha256-/JkH60q7zk792R3IRo/DylOd8xVSqEgH1/KmXFPdy2U=";
25
25
};
26
26
27
27
build-system = [ hatchling ];