gnu: emacs-guix: Update to 0.5.2-4.8ce6d21.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2-4.8ce6d21. [source]: Update upstream URL. [propagated-inputs]: Add emacs-geiser-guile. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
		
							parent
							
								
									7141b010ee
								
							
						
					
					
						commit
						57681f1640
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -3133,8 +3133,8 @@ type, for example: packages, buffers, files, etc.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-guix
 | 
					(define-public emacs-guix
 | 
				
			||||||
  (let* ((commit "a694fdbcedb6edd2239a31d326e475c763ee32f8")
 | 
					  (let ((commit "8ce6d219e87c5097abff9ce6f1f5a4293cdfcb31")
 | 
				
			||||||
         (revision "3"))
 | 
					        (revision "4"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "emacs-guix")
 | 
					      (name "emacs-guix")
 | 
				
			||||||
      (version (git-version "0.5.2" revision commit))
 | 
					      (version (git-version "0.5.2" revision commit))
 | 
				
			||||||
| 
						 | 
					@ -3142,12 +3142,12 @@ type, for example: packages, buffers, files, etc.")
 | 
				
			||||||
                (method git-fetch)
 | 
					                (method git-fetch)
 | 
				
			||||||
                (uri (git-reference
 | 
					                (uri (git-reference
 | 
				
			||||||
                      ;; TODO: Use the official version when it has a new home
 | 
					                      ;; TODO: Use the official version when it has a new home
 | 
				
			||||||
                      (url "https://github.com/jsoo1/guix.el")
 | 
					                      (url "https://github.com/alezost/guix.el")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (file-name (git-file-name name version))
 | 
					                (file-name (git-file-name name version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1pqw7zbgxzwpig4xr0izc3z8h80c72i6bl5yi12br0d7aq6dbkvj"))))
 | 
					                  "0awbd8x154c4dk4av7inpgd63n07xzng84vvc8qckmgljknc0j7k"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       `(#:modules ((guix build gnu-build-system)
 | 
					       `(#:modules ((guix build gnu-build-system)
 | 
				
			||||||
| 
						 | 
					@ -3178,6 +3178,7 @@ type, for example: packages, buffers, files, etc.")
 | 
				
			||||||
         ("guix" ,guix)))
 | 
					         ("guix" ,guix)))
 | 
				
			||||||
      (propagated-inputs
 | 
					      (propagated-inputs
 | 
				
			||||||
       `(("geiser" ,emacs-geiser)
 | 
					       `(("geiser" ,emacs-geiser)
 | 
				
			||||||
 | 
					         ("geiser-guile" ,emacs-geiser-guile)
 | 
				
			||||||
         ("guile-gcrypt" ,guile-gcrypt)
 | 
					         ("guile-gcrypt" ,guile-gcrypt)
 | 
				
			||||||
         ("dash" ,emacs-dash)
 | 
					         ("dash" ,emacs-dash)
 | 
				
			||||||
         ("bui" ,emacs-bui)
 | 
					         ("bui" ,emacs-bui)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue