guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: ephemeralpg: Update to 3.1.


From: guix-commits
Subject: 03/05: gnu: ephemeralpg: Update to 3.1.
Date: Sun, 8 Nov 2020 18:10:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 33df476380e471cd415033c1244c1325039b54a8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 8 19:03:26 2020 +0100

    gnu: ephemeralpg: Update to 3.1.
    
    * gnu/packages/databases.scm (ephemeralpg): Update to 3.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b164f8e..93a8ebe 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -237,7 +237,7 @@ standard Go idioms.")
 (define-public ephemeralpg
   (package
     (name "ephemeralpg")
-    (version "3.0")
+    (version "3.1")
     (source
      (origin
        (method url-fetch)
@@ -245,7 +245,7 @@ standard Go idioms.")
              "https://eradman.com/ephemeralpg/code/ephemeralpg-";
              version ".tar.gz"))
        (sha256
-        (base32 "1j0g7g114ma7y7sadbng5p1ss1zsm9zpicm77qspym6565733vvh"))))
+        (base32 "1ap22ki8yz6agd0qybcjgs4b9izw1rwwcgpxn3jah2ccfyax34s6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list "CC=gcc"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]