gnu: guile-hashing: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-hashing)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									94dc157ae4
								
							
						
					
					
						commit
						f0694d4e01
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3703,12 +3703,12 @@ the style of the Node Package Manager (NPM).")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "guile-hashing")
 | 
					    (name "guile-hashing")
 | 
				
			||||||
    (version "1.2.0")
 | 
					    (version "1.2.0")
 | 
				
			||||||
    (home-page "https://github.com/weinholt/hashing")
 | 
					    (home-page "https://gitlab.com/weinholt/hashing")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                    (url home-page)
 | 
					                    (url home-page)
 | 
				
			||||||
                    (commit (string-append "v" version))))
 | 
					                    (commit "f138deaec38d54ddb621c082764ece276deebe7f")))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue