gnu: htop: Update to 1.0.3.
* gnu/packages/admin.scm (htop): Update to version 1.0.3.
This commit is contained in:
		
							parent
							
								
									180d7ac163
								
							
						
					
					
						commit
						da891830da
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -101,14 +101,14 @@ graphs and can export its output to different formats.")
 | 
				
			||||||
(define-public htop
 | 
					(define-public htop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "htop")
 | 
					   (name "htop")
 | 
				
			||||||
   (version "1.0.2")
 | 
					   (version "1.0.3")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://sourceforge/htop/"
 | 
					            (uri (string-append "http://hisham.hm/htop/"
 | 
				
			||||||
                  version "/htop-" version ".tar.gz"))
 | 
					                  version "/htop-" version ".tar.gz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "18fqrhvnm7h4c3939av8lpiwrwxbyw6hcly0jvq0vkjf0ixnaq7f"))))
 | 
					              "0a8qbpsifzjwc4f45xfwm48jhm59g6q5hlib4bf7z13mgy95fp05"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("ncurses" ,ncurses)))
 | 
					    `(("ncurses" ,ncurses)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue