blockdiag: use version as part of name

All the other "diags" have the version as part of the name.
This commit is contained in:
Peter Hoeg 2017-01-20 09:15:34 +08:00
parent 35aebd45f2
commit 30597dd656

View file

@ -2937,7 +2937,7 @@ in {
blockdiag = buildPythonPackage rec {
name = "blockdiag";
name = "blockdiag-${version}";
version = "1.5.3";
src = pkgs.fetchurl {