gnu: python-dropbox: Update to 11.36.2.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.36.2.
This commit is contained in:
		
							parent
							
								
									c8c78b08d2
								
							
						
					
					
						commit
						ba8dcfc511
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1698,13 +1698,13 @@ compatible directories.")
 | 
				
			||||||
(define-public python-dropbox
 | 
					(define-public python-dropbox
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-dropbox")
 | 
					    (name "python-dropbox")
 | 
				
			||||||
    (version "11.36.0")
 | 
					    (version "11.36.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "dropbox" version))
 | 
					        (uri (pypi-uri "dropbox" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "0iwbi1qdw9qr7isa37yys582am59k80dqrwvm6s0afdwv0ifa343"))
 | 
					         (base32 "00650gk8557x3f38nd8a1mdby7v1l8l4l72aq48qpiw6shb3v3fl"))
 | 
				
			||||||
        (snippet
 | 
					        (snippet
 | 
				
			||||||
         '(begin
 | 
					         '(begin
 | 
				
			||||||
            (use-modules (guix build utils))
 | 
					            (use-modules (guix build utils))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue