gnu: gqrx: Update to 2.17.5.
* gnu/packages/radio.scm (gqrx): Update to 2.17.5. Change-Id: I110d6e2e170203d7503760721b13e47e88b8d827
This commit is contained in:
		
							parent
							
								
									e0d920b7db
								
							
						
					
					
						commit
						e3e59a1ffe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1201,7 +1201,7 @@ satellites.")
 | 
				
			||||||
(define-public gqrx
 | 
					(define-public gqrx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gqrx")
 | 
					    (name "gqrx")
 | 
				
			||||||
    (version "2.17.3")
 | 
					    (version "2.17.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1210,7 +1210,7 @@ satellites.")
 | 
				
			||||||
             (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 "00pasp13gqglixl0iy9jb242vx1kczgpinjs3d8a1cl8yv5w6xkl"))))
 | 
					        (base32 "0dhjnsa0z6vv8dqv1zwfzxk6p4x1hvk22cikspcj8sggbyr8ymzm"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config))
 | 
					     (list pkg-config))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue