gnu: emacs-zenburn-theme: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									f5f72d8d34
								
							
						
					
					
						commit
						e6745025c1
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -3656,15 +3656,15 @@ organizer.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-zenburn-theme")
 | 
					    (name "emacs-zenburn-theme")
 | 
				
			||||||
    (version "2.6")
 | 
					    (version "2.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method url-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (string-append
 | 
					       (method git-fetch)
 | 
				
			||||||
                    "https://github.com/bbatsov/zenburn-emacs/archive/v"
 | 
					       (uri (git-reference
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					             (url "https://github.com/bbatsov/zenburn-emacs.git")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
               (base32
 | 
					        (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
 | 
				
			||||||
                "0qc9d1rwq55yzh8shbppyd6izy1grpyr8kqh5zdgm7c5jccngpr4"))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/bbatsov/zenburn-emacs")
 | 
					    (home-page "https://github.com/bbatsov/zenburn-emacs")
 | 
				
			||||||
    (synopsis "Low contrast color theme for Emacs")
 | 
					    (synopsis "Low contrast color theme for Emacs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue