gnu: dump1090: Update to 7.1.
* gnu/packages/radio.scm (dump1090): Update to 7.1.
This commit is contained in:
		
							parent
							
								
									a6033c5096
								
							
						
					
					
						commit
						4f1d763654
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1307,7 +1307,7 @@ gain and standing wave ratio.")
 | 
				
			||||||
(define-public dump1090
 | 
					(define-public dump1090
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "dump1090")
 | 
					    (name "dump1090")
 | 
				
			||||||
    (version "6.1")
 | 
					    (version "7.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1316,7 +1316,7 @@ gain and standing wave ratio.")
 | 
				
			||||||
             (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 "13ssp2c3s18rszpmm3rpvicqvgvfiirsjf294m6r1sf3ji7ygd9q"))))
 | 
					        (base32 "1702qv5g27sgpqf98sj2qbg36sqzc7r3kssslzzgljqkr5jgrw6m"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config))
 | 
					     (list pkg-config))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue