gnu: inspectrum: Update to 0.3.1.
* gnu/packages/radio.scm (inspectrum): Update to 0.3.1. Change-Id: I51e81e328b332a32e19ab169c602875b21256c4c
This commit is contained in:
		
							parent
							
								
									3b03873476
								
							
						
					
					
						commit
						17b407ccb6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2724,7 +2724,7 @@ various hardware.")
 | 
				
			||||||
(define-public inspectrum
 | 
					(define-public inspectrum
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "inspectrum")
 | 
					    (name "inspectrum")
 | 
				
			||||||
    (version "0.2.3")
 | 
					    (version "0.3.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2733,7 +2733,7 @@ various hardware.")
 | 
				
			||||||
             (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 "1x6nyn429pk0f7lqzskrgsbq09mq5787xd4piic95add6n1cc355"))))
 | 
					        (base32 "11v5idwvfi9w60qg4fgqgvm7ahmb0ys4j094qv4c93r92kd9d3f9"))))
 | 
				
			||||||
    (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