gnu: emacs-eldev: Update to 1.1.3.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.1.3.
This commit is contained in:
		
							parent
							
								
									ed17b08ff5
								
							
						
					
					
						commit
						1cea926ff4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -18633,7 +18633,7 @@ according to a parsing expression grammar.")
 | 
				
			||||||
(define-public emacs-eldev
 | 
					(define-public emacs-eldev
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-eldev")
 | 
					    (name "emacs-eldev")
 | 
				
			||||||
    (version "1.0")
 | 
					    (version "1.1.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -18642,7 +18642,7 @@ according to a parsing expression grammar.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1y7ngdj2icn8zw5qpjxqj3j9dry4lb7ixgxa148ss5bgsl8pgqnd"))))
 | 
					        (base32 "1dgbwaar8l8nl79mlzf5g1n49f1j9yj4772yfmim9vv8ppxnzbqk"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #t
 | 
					     `(#:tests? #t
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue