gnu: skopeo: Update to 0.1.39.
* gnu/packages/virtualization.scm (skopeo): Update to 0.1.39.
This commit is contained in:
		
							parent
							
								
									9610a422b0
								
							
						
					
					
						commit
						3c39dc680f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -939,7 +939,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
 | 
				
			||||||
(define-public skopeo
 | 
					(define-public skopeo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "skopeo")
 | 
					    (name "skopeo")
 | 
				
			||||||
    (version "0.1.28")
 | 
					    (version "0.1.39")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -948,7 +948,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "068nwrr3nr27alravcq1sxyhdd5jjr24213vdgn1dqva3885gbi0"))))
 | 
					                "1jkxmvh079pd9j4aa39ilmclwafnjs0yqdiigwh8cj7yf97x4vsi"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue