gnu: rust-decimal-2: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-decimal-2): Update to 2.1.0.
This commit is contained in:
		
							parent
							
								
									862e10f4f2
								
							
						
					
					
						commit
						c4b460c555
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -16185,7 +16185,7 @@ verifying the contents.")
 | 
				
			||||||
(define-public rust-decimal-2
 | 
					(define-public rust-decimal-2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-decimal")
 | 
					    (name "rust-decimal")
 | 
				
			||||||
    (version "2.0.4")
 | 
					    (version "2.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -16194,7 +16194,7 @@ verifying the contents.")
 | 
				
			||||||
         (string-append name "-" version ".tar.gz"))
 | 
					         (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "1vb3i8vg1dxrw3kzbfiag3gg7rdjd73z80mwbwkq60vnphiqfig6"))))
 | 
					          "0k8ij9brz6kdk7j4hq916s85qrplpy3ixs9v9h1ibsxsj5zbg2js"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:cargo-inputs
 | 
					     `(#:cargo-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue