gnu: emacs-org-roam: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.0.
This commit is contained in:
		
							parent
							
								
									f9b41203c2
								
							
						
					
					
						commit
						5f9a59f0da
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -28439,7 +28439,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.1.0")
 | 
					    (version "2.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -28448,13 +28448,13 @@ 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 "092xn0sqc7b7f6pdf7m6c3giqqbh6fq02mfz8qrg0wmx4ds1isqp"))))
 | 
					        (base32 "0q3nhw05wnqh1qgggxsj8wki4ihciqlkic2x7qbcsskjqm73j1r7"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         ;; Move the extensions source files to the top level, which is included in
 | 
					         ;; Move the extensions source files to the top level, which is
 | 
				
			||||||
         ;; the EMACSLOADPATH.
 | 
					         ;; included in the EMACSLOADPATH.
 | 
				
			||||||
         (add-after 'unpack 'move-source-files
 | 
					         (add-after 'unpack 'move-source-files
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (let ((el-files (find-files "./extensions" ".*\\.el$")))
 | 
					             (let ((el-files (find-files "./extensions" ".*\\.el$")))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue