gnu: emacs-no-littering: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
		
							parent
							
								
									6bda806416
								
							
						
					
					
						commit
						f737168a6c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -34270,7 +34270,7 @@ launching other commands/applications from within Emacs, similar to the
 | 
				
			||||||
(define-public emacs-no-littering
 | 
					(define-public emacs-no-littering
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-no-littering")
 | 
					    (name "emacs-no-littering")
 | 
				
			||||||
    (version "1.4.0")
 | 
					    (version "1.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -34279,7 +34279,7 @@ launching other commands/applications from within Emacs, similar to the
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1i5fcci8fg14hbd4cjb84q3mx6rfwhbwkw0g21v25dal61kw4yvb"))))
 | 
					        (base32 "14f07irjbk3akc07a0y5awyflmhsxvj8gg67y81zp90danjkgvvr"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-compat))
 | 
					     (list emacs-compat))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue