gnu: stuff: Update to 2.0.1.
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
		
							parent
							
								
									ca7b387645
								
							
						
					
					
						commit
						22a1e419c1
					
				
					 1 changed files with 11 additions and 5 deletions
				
			
		| 
						 | 
					@ -1125,15 +1125,21 @@ objects.")
 | 
				
			||||||
(define-public stuff
 | 
					(define-public stuff
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "stuff")
 | 
					    (name "stuff")
 | 
				
			||||||
    (version "1.26.0")
 | 
					    (version "2.0.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.astromatic.net/download/stuff/"
 | 
					       (uri (git-reference
 | 
				
			||||||
                           "stuff-" version ".tar.gz"))
 | 
					             (url "https://github.com/astromatic/stuff")
 | 
				
			||||||
 | 
					             ;; XXX: No version tag available in GitHub.
 | 
				
			||||||
 | 
					             ;; See: https://github.com/astromatic/stuff/issues/6
 | 
				
			||||||
 | 
					             (commit "9008dc022ef53331092da248cf0a794abd6783bf")))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1syibi3b86z9pikhicvkkmgxm916j732fdiw0agw0lq6z13fdcjm"))))
 | 
					        (base32 "004sry5lqqm7s9x4l3agysp3n63y3ga35x1rwwda4m6dc6zvla6b"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     (list autoconf automake libtool pkg-config))
 | 
				
			||||||
    (home-page "https://www.astromatic.net/software/stuff")
 | 
					    (home-page "https://www.astromatic.net/software/stuff")
 | 
				
			||||||
    (synopsis "Astronomical catalogue simulation")
 | 
					    (synopsis "Astronomical catalogue simulation")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue