gnu: git-remote-gcrypt: Update to 1.0.2.
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.
This commit is contained in:
		
							parent
							
								
									aa08ab38cd
								
							
						
					
					
						commit
						30bbb86ae3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -473,7 +473,7 @@ to lock down your entire repository.")
 | 
			
		|||
(define-public git-remote-gcrypt
 | 
			
		||||
  (package
 | 
			
		||||
   (name "git-remote-gcrypt")
 | 
			
		||||
   (version "1.0.1")
 | 
			
		||||
   (version "1.0.2")
 | 
			
		||||
   (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
| 
						 | 
				
			
			@ -482,7 +482,7 @@ to lock down your entire repository.")
 | 
			
		|||
             (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "0znrx77vpm4a8l7yiybsxk5vrawijqqfxmp1p2yhaaw8cbgrj7az"))))
 | 
			
		||||
               "0kc6qi5gavziqlwnzpy7v4ah7yw860v3i8pyna6way0cfr0qnpr2"))))
 | 
			
		||||
   (build-system trivial-build-system)
 | 
			
		||||
   (arguments
 | 
			
		||||
    `(#:modules ((guix build utils))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue