gnu: xbanish: Update to 1.7.

* gnu/packages/xdisorg.scm (xbanish): Update to 1.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 23:23:38 +02:00
parent 91ef7e1742
commit c59c04d3b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -794,7 +794,7 @@ (define-public xautomation
(define-public xbanish
(package
(name "xbanish")
(version "1.6")
(version "1.7")
(home-page "https://github.com/jcs/xbanish")
(source (origin
(method git-fetch)
@ -803,14 +803,14 @@ (define-public xbanish
(file-name (git-file-name name version))
(sha256
(base32
"0vp8ja68hpmqkl61zyjar3czhmny1hbm74m8f393incfz1ymr3i8"))))
"0ic5f7zgc32p5g1wxas9y5h8dhik0pvsa8wmn6skdry56gw9vg9q"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no tests
`(#:tests? #f ; no tests
#:make-flags (list "CC=gcc"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases (modify-phases %standard-phases
(delete 'configure))))
(delete 'configure)))) ; no configure script
(inputs
`(("libx11" ,libx11)
("libxfixes" ,libxfixes)