gnu: rust-indoc: Update to 1.0.7.
* gnu/packages/crates-io.scm (rust-indoc-1): Update to 1.0.7.
This commit is contained in:
		
							parent
							
								
									c51cd144d7
								
							
						
					
					
						commit
						1a38540d8d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28835,14 +28835,14 @@ Rust.")
 | 
				
			||||||
(define-public rust-indoc-1
 | 
					(define-public rust-indoc-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-indoc")
 | 
					    (name "rust-indoc")
 | 
				
			||||||
    (version "1.0.3")
 | 
					    (version "1.0.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "indoc" version))
 | 
					       (uri (crate-uri "indoc" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0diih20xsxjb159nr0dq6jxnyhq7gg10dlsnh2siikphmvm5m9z5"))))
 | 
					        (base32 "1qs42cn8rj7kdpmp1dlkzhv62rfmbx3ffwvsfw67zyq86jm1xaxd"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #true
 | 
					     `(#:skip-build? #true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue