gnu: 0xffff: Update to 0.9.
* gnu/packages/flashing-tools.scm (0xffff): Update to 0.9.
This commit is contained in:
		
							parent
							
								
									5b54a6d9e4
								
							
						
					
					
						commit
						8fd5138f4b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -99,7 +99,7 @@ programmer devices.")
 | 
				
			||||||
(define-public 0xffff
 | 
					(define-public 0xffff
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "0xffff")
 | 
					    (name "0xffff")
 | 
				
			||||||
    (version "0.8")
 | 
					    (version "0.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -108,7 +108,7 @@ programmer devices.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1a5b7k96vzirb0m8lqp7ldn77ppz4ngf56wslhsj2c6flcyvns4v"))))
 | 
					        (base32 "0rl1xzbxl991pm2is98zbryac1lgjrc3zphmbd8agv07av0r6r6n"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libusb" ,libusb-0.1)))         ; doesn't work with libusb-compat
 | 
					     `(("libusb" ,libusb-0.1)))         ; doesn't work with libusb-compat
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue