mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01: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 @@ (define-public emacs-haskell-snippets
|
|||
(define-public emacs-org-roam
|
||||
(package
|
||||
(name "emacs-org-roam")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28154,7 +28154,7 @@ (define-public emacs-org-roam
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mslrdgd41czay3w7znz4qsv1h0p3zqfsq6bkyxmxfyd2w5z82zf"))))
|
||||
(base32 "092xn0sqc7b7f6pdf7m6c3giqqbh6fq02mfz8qrg0wmx4ds1isqp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue