We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d484d1 commit d32b72eCopy full SHA for d32b72e
Formula/s/sherlock.rb
@@ -103,7 +103,8 @@ class Sherlock < Formula
103
end
104
105
def install
106
- # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
+ # hatch does not support a SOURCE_DATE_EPOCH before 1980.
107
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
108
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
109
110
virtualenv_install_with_resources
0 commit comments