From 31a82dd8358db95bab3be970955697fbb28c99a5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 15 Feb 2019 00:58:45 +0800 Subject: [PATCH] make version strings more palatable to conda --- artiq/conda-board.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/conda-board.nix b/artiq/conda-board.nix index a8116e3..f2dd761 100644 --- a/artiq/conda-board.nix +++ b/artiq/conda-board.nix @@ -12,7 +12,7 @@ let cat << EOF > $out/fake-conda/meta.yaml package: name: artiq-board-${target}-${variant} - version: 5e-{{ environ["GIT_FULL_HASH"][:8] }} + version: 5e.{{ environ["GIT_FULL_HASH"][:8] }} source: git_url: ..