File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ class Httptap < Formula
9090  end 
9191
9292  def  install 
93-     # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default. 
93+     # hatch does not support a SOURCE_DATE_EPOCH before 1980. 
94+     # Remove after https://github.com/pypa/hatch/pull/1999 is released. 
9495    ENV [ "SOURCE_DATE_EPOCH" ]  =  "1451574000" 
9596
9697    virtualenv_install_with_resources 
Original file line number Diff line number Diff line change @@ -548,7 +548,8 @@ class KimiCli < Formula
548548  end 
549549
550550  def  install 
551-     # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default. 
551+     # hatch does not support a SOURCE_DATE_EPOCH before 1980. 
552+     # Remove after https://github.com/pypa/hatch/pull/1999 is released. 
552553    ENV [ "SOURCE_DATE_EPOCH" ]  =  "1451574000" 
553554
554555    virtualenv_install_with_resources 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments