diff options
| -rw-r--r-- | gnu/packages/plan9.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/plan9.scm b/gnu/packages/plan9.scm index c60025b5458..b9ab4e51ed7 100644 --- a/gnu/packages/plan9.scm +++ b/gnu/packages/plan9.scm | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2021 宋文武 <iyzsong@member.fsf.org> | 2 | ;;; Copyright © 2021 宋文武 <iyzsong@member.fsf.org> |
| 3 | ;;; Copyright © 2023 Antero Mejr <antero@mailbox.org> | 3 | ;;; Copyright © 2023 Antero Mejr <antero@mailbox.org> |
| 4 | ;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> | ||
| 4 | ;;; | 5 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 6 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 7 | ;;; |
| @@ -72,11 +73,11 @@ protocol.") | |||
| 72 | (license license:gpl2+)))) | 73 | (license license:gpl2+)))) |
| 73 | 74 | ||
| 74 | (define-public drawterm | 75 | (define-public drawterm |
| 75 | (let ((revision "1") | 76 | (let ((revision "2") |
| 76 | (commit "f11139d4c918802a87730bc14d094670ee4ce572")) | 77 | (commit "e551ef409ae2b004595f38323ce212ed152f6c3f")) |
| 77 | (package | 78 | (package |
| 78 | (name "drawterm") | 79 | (name "drawterm") |
| 79 | (version (git-version "20240703" revision commit)) | 80 | (version (git-version "20251123" revision commit)) |
| 80 | (source | 81 | (source |
| 81 | (origin | 82 | (origin |
| 82 | (method git-fetch) | 83 | (method git-fetch) |
| @@ -85,7 +86,7 @@ protocol.") | |||
| 85 | (commit commit))) | 86 | (commit commit))) |
| 86 | (file-name (git-file-name name version)) | 87 | (file-name (git-file-name name version)) |
| 87 | (sha256 | 88 | (sha256 |
| 88 | (base32 "0ggh5g19899iq9bb5r03bvhamndyai4ylr3ajkbd02xkhz65fh5y")))) | 89 | (base32 "1b34x0vz0djsvnjq4zib9sq348x13w27i6jyn1ynxl9ynf64rnhl")))) |
| 89 | (build-system gnu-build-system) | 90 | (build-system gnu-build-system) |
| 90 | (arguments | 91 | (arguments |
| 91 | `(#:make-flags (list "CONF=unix" | 92 | `(#:make-flags (list "CONF=unix" |
| @@ -123,7 +124,7 @@ reconstruct a Plan 9 terminal-like experience from a non-Plan 9 system.") | |||
| 123 | (native-inputs | 124 | (native-inputs |
| 124 | (list pkg-config)) | 125 | (list pkg-config)) |
| 125 | (inputs | 126 | (inputs |
| 126 | (list libxkbcommon pipewire wayland wayland-protocols wlr-protocols)))) | 127 | (list libdecor libxkbcommon pipewire wayland wayland-protocols wlr-protocols)))) |
| 127 | 128 | ||
| 128 | (define-public plan9port | 129 | (define-public plan9port |
| 129 | ;; no releases | 130 | ;; no releases |
