summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1b830ab071f..53ae970df67 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -243,14 +243,14 @@ as a drop-in replacement of MySQL.")
243(define-public postgresql 243(define-public postgresql
244 (package 244 (package
245 (name "postgresql") 245 (name "postgresql")
246 (version "9.3.7") 246 (version "9.3.8")
247 (source (origin 247 (source (origin
248 (method url-fetch) 248 (method url-fetch)
249 (uri (string-append "http://ftp.postgresql.org/pub/source/v" 249 (uri (string-append "http://ftp.postgresql.org/pub/source/v"
250 version "/postgresql-" version ".tar.bz2")) 250 version "/postgresql-" version ".tar.bz2"))
251 (sha256 251 (sha256
252 (base32 252 (base32
253 "0ggz0i91znv053zx9qas7pjf93s5by3dk84z1jxbjkg8yyrnlx4b")))) 253 "1ymd98szvx12gyjdb9gr2hlkrb5bjx7mcshqq3xzdifzapkkqp5w"))))
254 (build-system gnu-build-system) 254 (build-system gnu-build-system)
255 (inputs 255 (inputs
256 `(("readline" ,readline) 256 `(("readline" ,readline)