diff options
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f1594eff283..fd7f8f94440 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -47213,7 +47213,7 @@ in Emacs.") | |||
| 47213 | (define-public emacs-vertico-posframe | 47213 | (define-public emacs-vertico-posframe |
| 47214 | (package | 47214 | (package |
| 47215 | (name "emacs-vertico-posframe") | 47215 | (name "emacs-vertico-posframe") |
| 47216 | (version "0.9.0") | 47216 | (version "0.9.2") |
| 47217 | (source (origin | 47217 | (source (origin |
| 47218 | (method url-fetch) | 47218 | (method url-fetch) |
| 47219 | (uri (string-append | 47219 | (uri (string-append |
| @@ -47221,7 +47221,7 @@ in Emacs.") | |||
| 47221 | ".tar")) | 47221 | ".tar")) |
| 47222 | (sha256 | 47222 | (sha256 |
| 47223 | (base32 | 47223 | (base32 |
| 47224 | "16vnacmz52d1rwdmddsr1rm1zki1p3bw10ngpw39a3dszbwqkl3m")))) | 47224 | "1xq30aj2jkk1g4gnniixg0rzh03irf7vci551fwd6gg50sphaqj4")))) |
| 47225 | (build-system emacs-build-system) | 47225 | (build-system emacs-build-system) |
| 47226 | (propagated-inputs (list emacs-posframe emacs-vertico)) | 47226 | (propagated-inputs (list emacs-posframe emacs-vertico)) |
| 47227 | (arguments (list #:tests? #f)) ; there are no tests | 47227 | (arguments (list #:tests? #f)) ; there are no tests |
