Skip to content

Commit

Permalink
kakoune: add v2023.08.05 (spack#41443)
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaferro authored Dec 12, 2023
1 parent ef7ce46 commit cf9d36f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions var/spack/repos/builtin/packages/kakoune/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ class Kakoune(MakefilePackage):

maintainers("Bambi")

version(
"2023.08.05", sha256="3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c"
)
version(
"2021.11.08", sha256="aa30889d9da11331a243a8f40fe4f6a8619321b19217debac8f565e06eddb5f4"
)

depends_on("ncurses")

conflicts("%gcc@:8", when="@2021.11.08", msg="GCC version must be at least 9.0!")
conflicts("%gcc@:10.2", when="@2023.08.05", msg="GCC version must be at least 10.3!")
conflicts("%llvm@:10", when="@2023.08.05", msg="Clang version must be at least 11!")

build_targets = ["all", "man"]

Expand Down

0 comments on commit cf9d36f

Please sign in to comment.