gnu: emacs-ement: Update to 0.1.2.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									a7b6de2a4b
								
							
						
					
					
						commit
						ec661b2b83
					
				
					 1 changed files with 25 additions and 27 deletions
				
			
		| 
						 | 
					@ -16545,20 +16545,18 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-ement
 | 
					(define-public emacs-ement
 | 
				
			||||||
  (let ((commit "02015eacf682b53baaddf26c8a4046e6ff84d4e8")
 | 
					 | 
				
			||||||
        (revision "3"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-ement")
 | 
					    (name "emacs-ement")
 | 
				
			||||||
      (version (git-version "0.1-pre" revision commit))
 | 
					    (version "0.1.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/alphapapa/ement.el")
 | 
					             (url "https://github.com/alphapapa/ement.el")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
          (base32 "0xnhhzl1si09l7lgh5smgpmxgbkzi8p68dykdgsawqa960w6n1ks"))))
 | 
					        (base32 "0khp1x8rip6kddkb7d6y14z1505zhk1gdxiaw0m26ksa1rw852nr"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:emacs ,emacs))               ;need libxml support
 | 
					     `(#:emacs ,emacs))               ;need libxml support
 | 
				
			||||||
| 
						 | 
					@ -16571,7 +16569,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
 | 
				
			||||||
    (home-page "https://github.com/alphapapa/ement.el")
 | 
					    (home-page "https://github.com/alphapapa/ement.el")
 | 
				
			||||||
    (synopsis "Matrix client for Emacs")
 | 
					    (synopsis "Matrix client for Emacs")
 | 
				
			||||||
    (description "Ement.el is a Matrix client for Emacs.")
 | 
					    (description "Ement.el is a Matrix client for Emacs.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-rpm-spec-mode
 | 
					(define-public emacs-rpm-spec-mode
 | 
				
			||||||
  (let ((commit "c1c38050c48ea330c7cea632b8785d66daeefb2b")
 | 
					  (let ((commit "c1c38050c48ea330c7cea632b8785d66daeefb2b")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue