gnu: emacs-project: Update source hash.
The tarball was modified in-place, with the only difference being time stamps and an added :commit in project-pkg.el. * gnu/packages/emacs-xyz.scm (emacs-project)[source](sha256): Update hash. [home-page]: While here, use HTTPS.
This commit is contained in:
		
							parent
							
								
									2511dcb8ef
								
							
						
					
					
						commit
						d798e0a111
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -779,10 +779,10 @@ information in the mode line.")
 | 
			
		|||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1x3zkbjsi04v5ny3yxqrb75vcacrj9kxmpm9mvkp0n07j5g34f68"))))
 | 
			
		||||
        (base32 "0q2js8qihlhchpx2mx0f992ygslsqri2q4iv8kcl4fx31lpp7c1k"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (propagated-inputs (list emacs-xref))
 | 
			
		||||
    (home-page "http://elpa.gnu.org/packages/project.html")
 | 
			
		||||
    (home-page "https://elpa.gnu.org/packages/project.html")
 | 
			
		||||
    (synopsis "Operations on the current project")
 | 
			
		||||
    (description
 | 
			
		||||
     "This library contains generic infrastructure for dealing with projects,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue