mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-roam: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.1.0.
This commit is contained in:
parent
ce2fd09ea6
commit
a328c4a6a9
1 changed files with 2 additions and 2 deletions
|
@ -28145,7 +28145,7 @@ snippets for Emacs.")
|
||||||
(define-public emacs-org-roam
|
(define-public emacs-org-roam
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-roam")
|
(name "emacs-org-roam")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28154,7 +28154,7 @@ snippets for Emacs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mslrdgd41czay3w7znz4qsv1h0p3zqfsq6bkyxmxfyd2w5z82zf"))))
|
(base32 "092xn0sqc7b7f6pdf7m6c3giqqbh6fq02mfz8qrg0wmx4ds1isqp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue