Merge pull request #21997 from peterhoeg/f/diag
blockdiag: use version as part of name
This commit is contained in:
commit
c50361b91a
1 changed files with 1 additions and 1 deletions
|
@ -2937,7 +2937,7 @@ in {
|
|||
|
||||
|
||||
blockdiag = buildPythonPackage rec {
|
||||
name = "blockdiag";
|
||||
name = "blockdiag-${version}";
|
||||
version = "1.5.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
|
|
Loading…
Reference in a new issue