gnu: vte-ng: Update to 0.48.3.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.48.3.a.
This commit is contained in:
parent
b7c0c756da
commit
52d2a2be1f
|
@ -1906,7 +1906,7 @@ editors, IDEs, etc.")
|
||||||
(package
|
(package
|
||||||
(inherit vte)
|
(inherit vte)
|
||||||
(name "vte-ng")
|
(name "vte-ng")
|
||||||
(version "0.48.2.a")
|
(version "0.48.3.a")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtk-doc" ,gtk-doc)
|
`(("gtk-doc" ,gtk-doc)
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf)
|
||||||
|
@ -1921,7 +1921,7 @@ editors, IDEs, etc.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m0bqcppa9vzysxizbymwifpii1lgg1cjy7yphvb1ivxz1pk7bal"))))
|
"1wdkf090zclqy11hxdjgy8f6fgzajl0xzzirajikhbaiill7f8zh"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("CXXFLAGS=-Wformat=0")
|
`(#:configure-flags '("CXXFLAGS=-Wformat=0")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue