python3Packages.ibis-framework: share the version variable

This commit is contained in:
Phillip Cloud
2022-01-20 06:07:49 -05:00
parent 01665b3dd5
commit 5c7f80c454

View File

@@ -53,7 +53,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
repo = "ibis";
owner = "ibis-project";
rev = "2.1.1";
rev = version;
sha256 = "sha256-n3fR6wvcSfIo7760seB+5SxtoYSqQmqkzZ9VlNQF200=";
};