mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-01 05:19:17 +03:00
python310Packages.python-arango: 7.5.3 -> 7.5.4
This commit is contained in:
parent
3d7270abd5
commit
0c4a91ee5f
1 changed files with 3 additions and 3 deletions
|
@ -22,15 +22,15 @@ in
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-arango";
|
pname = "python-arango";
|
||||||
version = "7.5.3";
|
version = "7.5.4";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArangoDB-Community";
|
owner = "ArangoDB-Community";
|
||||||
repo = "python-arango";
|
repo = "python-arango";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "0qb2yp05z8dmgsyyxqrl3q0a60jaiih96zhxmqrn2yf7as45n07j";
|
sha256 = "sha256-b3UZuH2hpulRSThReBkDwh0MLJmc95HeWInmmMAl4g0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue