gnu: python-pyserial: Update to 3.4.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4.
This commit is contained in:
		
							parent
							
								
									3c45b53ec9
								
							
						
					
					
						commit
						00d81f9866
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11006,14 +11006,14 @@ relays publish about themselves.")
 | 
			
		|||
(define-public python-pyserial
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-pyserial")
 | 
			
		||||
    (version "3.1.1")
 | 
			
		||||
    (version "3.4")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
        (uri (pypi-uri "pyserial" version))
 | 
			
		||||
        (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
            "0k1nfdrxxkdlv4zgaqsdv8li0pj3gbh2pyxw8q2bsg6f9490amyn"))))
 | 
			
		||||
            "09y68bczw324a4jb9a1cfwrbjhq179vnfkkkrybbksp0vqgl0bbf"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:tests? #f)) ; FIXME: 3/49 tests are failing.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue