diff options
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6f751308daa..10b9fa8d5cd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -37289,28 +37289,34 @@ type.") | |||
| 37289 | (license license:gpl3+))) | 37289 | (license license:gpl3+))) |
| 37290 | 37290 | ||
| 37291 | (define-public emacs-wttrin | 37291 | (define-public emacs-wttrin |
| 37292 | (package | 37292 | (let ((commit "ee8fdeb692d666c12ce068a2b1ee90e9451ac892") |
| 37293 | (name "emacs-wttrin") | 37293 | (revision "1")) |
| 37294 | (version "0.3.2") | 37294 | (package |
| 37295 | (source (origin | 37295 | (name "emacs-wttrin") |
| 37296 | (method git-fetch) | 37296 | (version (git-version "0.3.2" revision commit)) |
| 37297 | (uri (git-reference | 37297 | (source (origin |
| 37298 | (url "https://github.com/cjennings/emacs-wttrin") | 37298 | (method git-fetch) |
| 37299 | (commit (string-append "v" version)))) | 37299 | (uri (git-reference |
| 37300 | (file-name (git-file-name name version)) | 37300 | (url "https://github.com/cjennings/emacs-wttrin") |
| 37301 | (sha256 | 37301 | (commit commit))) |
| 37302 | (base32 | 37302 | (file-name (git-file-name name version)) |
| 37303 | "02wkqjyap6gxbi2mcrzpbdjz40igsmf1cbqqr7iw0mgp4ray7zxd")))) | 37303 | (sha256 |
| 37304 | (build-system emacs-build-system) | 37304 | (base32 |
| 37305 | (arguments | 37305 | "11yri41vzsj08arxvavc6hvkcxc4mg2bgc3in3fiksvcwy20pb44")))) |
| 37306 | (list #:test-command #~(list "make" "test"))) | 37306 | (build-system emacs-build-system) |
| 37307 | (propagated-inputs | 37307 | (arguments |
| 37308 | (list emacs-xterm-color)) | 37308 | (list |
| 37309 | (home-page "https://github.com/bcbcarl/emacs-wttrin") | 37309 | #:test-command |
| 37310 | (synopsis "Frontend for weather web service @url{wttr.in}") | 37310 | #~(list |
| 37311 | (description "This package provides local weather information from | 37311 | "make" "test" |
| 37312 | "EASK_EMACS=emacs --batch -q -L $(PROJECT_ROOT) -L $(TEST_DIR)"))) | ||
| 37313 | (propagated-inputs | ||
| 37314 | (list emacs-xterm-color)) | ||
| 37315 | (home-page "https://github.com/bcbcarl/emacs-wttrin") | ||
| 37316 | (synopsis "Frontend for weather web service @url{wttr.in}") | ||
| 37317 | (description "This package provides local weather information from | ||
| 37312 | @url{wttr.in}.") | 37318 | @url{wttr.in}.") |
| 37313 | (license license:expat))) | 37319 | (license license:expat)))) |
| 37314 | 37320 | ||
| 37315 | (define-public emacs-browse-kill-ring | 37321 | (define-public emacs-browse-kill-ring |
| 37316 | (package | 37322 | (package |
