gnu: rust-beef: Update to 0.5.0.
* gnu/packages/crates-io.scm (rust-beef-0.4): Rename to... (rust-beef-0.5): ...this. Update to 0.5.0.
This commit is contained in:
		
							parent
							
								
									3c9a353849
								
							
						
					
					
						commit
						1ef63d74d9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3873,17 +3873,17 @@ c6e7d37.  However, this package works only up to 128 bytes.")
 | 
				
			||||||
    (description "This library provides for encoding and decoding any base.")
 | 
					    (description "This library provides for encoding and decoding any base.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-beef-0.4
 | 
					(define-public rust-beef-0.5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-beef")
 | 
					    (name "rust-beef")
 | 
				
			||||||
    (version "0.4.4")
 | 
					    (version "0.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "beef" version))
 | 
					       (uri (crate-uri "beef" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0hva1rmbx2a54q4ncs8i5lbr26669wyvnya1sh3x22r0cxm64jj7"))))
 | 
					        (base32 "02blba0j192l0374kqwn8rjsc8aifj43xi26v142ijpjim1f4dk7"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #t
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue