mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python3Packages.ibis-framework: share the version variable
This commit is contained in:
parent
01665b3dd5
commit
5c7f80c454
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
repo = "ibis";
|
||||
owner = "ibis-project";
|
||||
rev = "2.1.1";
|
||||
rev = version;
|
||||
sha256 = "sha256-n3fR6wvcSfIo7760seB+5SxtoYSqQmqkzZ9VlNQF200=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user