mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-know-your-http-well: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-know-your-http-well): Update to 0.6.0. Change-Id: I5ed78ad6aa859280f724f1ffd62bd95ac04a4674
This commit is contained in:
parent
3aba9699e7
commit
74d28070f9
1 changed files with 2 additions and 2 deletions
|
@ -26078,7 +26078,7 @@ (define-public emacs-hideshowvis
|
|||
(define-public emacs-know-your-http-well
|
||||
(package
|
||||
(name "emacs-know-your-http-well")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26087,7 +26087,7 @@ (define-public emacs-know-your-http-well
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
|
||||
(base32 "1p4ibx0qgznv8ard4a9m7345ay8ij2qzmqdqiqlllndqq6mz62x5"))))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue