Skip to content

Commit

Permalink
main/graphviz: update to 12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 28, 2024
1 parent 6d0e245 commit 001642b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/graphviz/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "graphviz"
pkgver = "12.1.1"
pkgver = "12.1.2"
pkgrel = 0
build_style = "gnu_configure"
configure_args = ["--disable-lefty"]
Expand Down Expand Up @@ -38,7 +38,7 @@
license = "EPL-1.0"
url = "https://graphviz.org"
source = f"https://gitlab.com/graphviz/graphviz/-/archive/{pkgver}/graphviz-{pkgver}.tar.gz"
sha256 = "8fea54ab3ae6f2456df2f1ee8060f0262f2f4434c5b6ece2216777a2505a88e3"
sha256 = "29ea6216aad2bc0bbc00e2274f24b7bf5a6ea0443c1533abf1b14d370542f186"
# expects already installed graphviz
# testing is via pytest
options = ["!check"]
Expand Down

0 comments on commit 001642b

Please sign in to comment.