gnu: sbcl-lift: Update to 1.7.1-2.2594160.
* gnu/packages/lisp-xyz.scm (sbcl-lift): Update to 1.7.1-2.2594160. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									dba6389c47
								
							
						
					
					
						commit
						a6179f6822
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -2246,10 +2246,11 @@ new fiends in addition to old friends like @command{aif} and
 | 
				
			||||||
  (sbcl-package->ecl-package sbcl-anaphora))
 | 
					  (sbcl-package->ecl-package sbcl-anaphora))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public sbcl-lift
 | 
					(define-public sbcl-lift
 | 
				
			||||||
  (let ((commit "7d49a66c62759535624037826891152223d4206c"))
 | 
					  (let ((commit "2594160d6ca3a77d8750110dfa63214256aab852")
 | 
				
			||||||
 | 
					        (revision "2"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "sbcl-lift")
 | 
					      (name "sbcl-lift")
 | 
				
			||||||
      (version (git-version "1.7.1" "1" commit))
 | 
					      (version (git-version "1.7.1" revision commit))
 | 
				
			||||||
      (source
 | 
					      (source
 | 
				
			||||||
       (origin
 | 
					       (origin
 | 
				
			||||||
         (method git-fetch)
 | 
					         (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2257,8 +2258,7 @@ new fiends in addition to old friends like @command{aif} and
 | 
				
			||||||
               (url "https://github.com/gwkkwg/lift")
 | 
					               (url "https://github.com/gwkkwg/lift")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32 "01xvz9sl5l5lai4h9dabmcjnm659wf5zllaxqbs55lffskp6jwq3"))
 | 
				
			||||||
           "127v5avpz1i4m0lkaxqrq8hrl69rdazqaxf6s8awf0nd7wj2g4dp"))
 | 
					 | 
				
			||||||
         (file-name (git-file-name "lift" version))
 | 
					         (file-name (git-file-name "lift" version))
 | 
				
			||||||
         (modules '((guix build utils)))
 | 
					         (modules '((guix build utils)))
 | 
				
			||||||
         (snippet
 | 
					         (snippet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue