gnu: emacs-seq: Update to 2.19.
* gnu/packages/emacs.scm (emacs-seq): Update to 2.19.
This commit is contained in:
		
							parent
							
								
									cd4d96b808
								
							
						
					
					
						commit
						a5dee1ac3a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2826,14 +2826,14 @@ ongoing operations.")
 | 
				
			||||||
(define-public emacs-seq
 | 
					(define-public emacs-seq
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-seq")
 | 
					    (name "emacs-seq")
 | 
				
			||||||
    (version "2.15")
 | 
					    (version "2.19")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://elpa.gnu.org/packages/seq-"
 | 
					              (uri (string-append "https://elpa.gnu.org/packages/seq-"
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))))
 | 
					                "11hb7is6a4h1lscjcfrzh576j0g3m5yjydn16s6x5bxp5gsr6zha"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://elpa.gnu.org/packages/seq.html")
 | 
					    (home-page "https://elpa.gnu.org/packages/seq.html")
 | 
				
			||||||
    (synopsis "Sequence manipulation functions for Emacs")
 | 
					    (synopsis "Sequence manipulation functions for Emacs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue