gnu: rust-foreign-types-shared-0.2: Inherit from rust-foreign-types-shared-0.3.
* gnu/packages/crates-io.scm (rust-foreign-types-shared-0.2): Inherit from rust-foreign-types-shared-0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									e7a5b8ebfb
								
							
						
					
					
						commit
						166ba78af0
					
				
					 1 changed files with 2 additions and 9 deletions
				
			
		| 
						 | 
					@ -4156,6 +4156,7 @@ APIs.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-foreign-types-shared-0.2
 | 
					(define-public rust-foreign-types-shared-0.2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit rust-foreign-types-shared-0.3)
 | 
				
			||||||
    (name "rust-foreign-types-shared")
 | 
					    (name "rust-foreign-types-shared")
 | 
				
			||||||
    (version "0.2.0")
 | 
					    (version "0.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
| 
						 | 
					@ -4165,15 +4166,7 @@ APIs.")
 | 
				
			||||||
        (file-name (string-append name "-" version ".crate"))
 | 
					        (file-name (string-append name "-" version ".crate"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))
 | 
					          "0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					 | 
				
			||||||
    (arguments `(#:skip-build? #t))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/sfackler/foreign-types")
 | 
					 | 
				
			||||||
    (synopsis "Internal crate used by foreign-types")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "An internal crate used by foreign-types.")
 | 
					 | 
				
			||||||
    (license (list license:asl2.0
 | 
					 | 
				
			||||||
                   license:expat))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-foreign-types-shared-0.1
 | 
					(define-public rust-foreign-types-shared-0.1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue