gnu: hyfetch: Update to 1.4.8.
* gnu/packages/admin.scm (hyfetch): Update to 1.4.8. [arguments]: Disable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									21630dba4a
								
							
						
					
					
						commit
						031aaf1e50
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -3971,7 +3971,7 @@ you are running, what theme or icon set you are using, etc.")
 | 
				
			||||||
(define-public hyfetch
 | 
					(define-public hyfetch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "hyfetch")
 | 
					    (name "hyfetch")
 | 
				
			||||||
    (version "1.4.7")
 | 
					    (version "1.4.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3981,8 +3981,9 @@ you are running, what theme or icon set you are using, etc.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1w0wzai73rr7iliii77f15ck5ki03xcvrhgzbp72nn7xcpix9wqd"))))
 | 
					         "127nwgxcq0fs9wavs0sqv8zqdz7yfahw1nr9pgb6z5yjnc5cdcx3"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (arguments (list #:tests? #f))      ;no tests
 | 
				
			||||||
    (inputs (list python-typing-extensions))
 | 
					    (inputs (list python-typing-extensions))
 | 
				
			||||||
    (home-page "https://github.com/hykilpikonna/HyFetch")
 | 
					    (home-page "https://github.com/hykilpikonna/HyFetch")
 | 
				
			||||||
    (synopsis "@code{neofetch} with pride flags <3")
 | 
					    (synopsis "@code{neofetch} with pride flags <3")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue