diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:31:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:42:04 +0300 |
commit | 64c043e63a4be97f59fd1906c47973a74eedda67 (patch) | |
tree | 37b15dfb4830e4f874edca87b521b6e9cdc3c81b /gnu/packages/xdisorg.scm | |
parent | b1f763de54dc2b8e240d0f01f7948ce76f67243e (diff) | |
parent | 75af73e1b7ac58770122d8831faa3a8158638bb0 (diff) | |
download | guix-64c043e63a4be97f59fd1906c47973a74eedda67.tar.gz |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 08f4780fc2..e5a98edb35 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2961,7 +2961,7 @@ This package is the fork of hsetroot by Hyriand.") (define-public jumpapp (package (name "jumpapp") - (version "1.1") + (version "1.2") (source (origin (method git-fetch) @@ -2970,7 +2970,7 @@ This package is the fork of hsetroot by Hyriand.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jrk4mm42sz6ca2gkb6w3dad53d4im4shpgsq8s4vr6xpl3b43ry")))) + (base32 "05shgw4agkhgk5vbvc05s12q7m0djc0m4qrd328hmis37bxp9j7n")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -2981,8 +2981,7 @@ This package is the fork of hsetroot by Hyriand.") (let ((out (assoc-ref outputs "out"))) (substitute* "Makefile" (("PREFIX =.*") - (string-append "PREFIX = " out "\n"))) - #true)))))) + (string-append "PREFIX = " out "\n"))))))))) (propagated-inputs (list wmctrl xdotool xprop)) (native-inputs |