gnu: rust-shlex-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-shlex-1): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									8a7f8d3759
								
							
						
					
					
						commit
						ae6216d2f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -55807,14 +55807,14 @@ some context).")
 | 
				
			||||||
(define-public rust-shlex-1
 | 
					(define-public rust-shlex-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-shlex")
 | 
					    (name "rust-shlex")
 | 
				
			||||||
    (version "1.0.0")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "shlex" version))
 | 
					       (uri (crate-uri "shlex" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0gf773p2snqpw69rzh8s1wdlq8dc8c1ypmiv516il1fdyb46i9a2"))))
 | 
					        (base32 "18zqcay2dgxgrd1r645mb79m4q745jcrqj659k11bwh99lx8bcj3"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (home-page "https://github.com/comex/rust-shlex")
 | 
					    (home-page "https://github.com/comex/rust-shlex")
 | 
				
			||||||
    (synopsis "Split a string into shell words, like Python's shlex")
 | 
					    (synopsis "Split a string into shell words, like Python's shlex")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue