summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-28 13:56:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-30 03:46:18 +0200
commit232568581b1a13619c3adb0e3362da0f38c7a1f1 (patch)
tree78e455b96183b47de930db3da3d5d3bd4cf85e07
parent4df9c195f2fd3cc42b13e9bf4a92297ba3e3891b (diff)
downloadgnu-guix-232568581b1a13619c3adb0e3362da0f38c7a1f1.tar
gnu-guix-232568581b1a13619c3adb0e3362da0f38c7a1f1.tar.gz
gnu: tlsdate: Bump COMPILE_DATE.
* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to 2018-06-28.
-rw-r--r--gnu/packages/ntp.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 24653a235b..8fc0a1eb97 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -164,7 +164,7 @@ minimalist than ntpd.")
;; date that is recorded in binaries. It must be a
;; "recent date" since it is used to detect bogus dates
;; received from servers.
- (setenv "COMPILE_DATE" (number->string 1450563040))
+ (setenv "COMPILE_DATE" (number->string 1530144000))
(invoke "sh" "autogen.sh"))))))
(inputs `(("openssl" ,openssl)
("libevent" ,libevent)))