mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-30 21:15:21 +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 {
|
||||
pname = "python-arango";
|
||||
version = "7.5.3";
|
||||
version = "7.5.4";
|
||||
disabled = pythonOlder "3.7";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ArangoDB-Community";
|
||||
repo = "python-arango";
|
||||
rev = version;
|
||||
sha256 = "0qb2yp05z8dmgsyyxqrl3q0a60jaiih96zhxmqrn2yf7as45n07j";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-b3UZuH2hpulRSThReBkDwh0MLJmc95HeWInmmMAl4g0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue