mirror of https://github.com/m-labs/artiq.git
bump ARTIQ version number
This commit is contained in:
parent
9a1a8e0e81
commit
a3543a5527
|
@ -1 +1 @@
|
||||||
7
|
8
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
artiq = pkgs.python3Packages.buildPythonPackage rec {
|
artiq = pkgs.python3Packages.buildPythonPackage rec {
|
||||||
pname = "artiq";
|
pname = "artiq";
|
||||||
version = "7.0-dev";
|
version = "8.0-dev";
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
preBuild = "export VERSIONEER_OVERRIDE=${version}";
|
preBuild = "export VERSIONEER_OVERRIDE=${version}";
|
||||||
|
|
Loading…
Reference in New Issue