gnu: emacs-s: Update to 1.13.0.
* gnu/packages/emacs-xyz.scm (emacs-s): Update to 1.13.0.
This commit is contained in:
		
							parent
							
								
									50c29dc11c
								
							
						
					
					
						commit
						44e363b150
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4333,7 +4333,7 @@ which is restored where possible when the file is loaded again.")
 | 
				
			||||||
(define-public emacs-s
 | 
					(define-public emacs-s
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-s")
 | 
					    (name "emacs-s")
 | 
				
			||||||
    (version "1.12.0")
 | 
					    (version "1.13.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4342,7 +4342,7 @@ which is restored where possible when the file is loaded again.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"))))
 | 
					        (base32 "010i92kagqbfis46n1ffa28fgkdkjp55n13b6f4izar5r7ixm6wx"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #t
 | 
					     `(#:tests? #t
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue