guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: libtirpc: Update to 1.1.4.


From: guix-commits
Subject: 08/10: gnu: libtirpc: Update to 1.1.4.
Date: Sat, 15 Jun 2019 04:52:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit d95503ab8273adb3d51cd7de550ea44539803f27
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 15 09:13:48 2019 +0200

    gnu: libtirpc: Update to 1.1.4.
    
    * gnu/packages/onc-rpc.scm (libtirpc): Update to 1.1.4.
---
 gnu/packages/onc-rpc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 6488721..3f67d91 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -33,7 +33,7 @@
 (define-public libtirpc
   (package
     (name "libtirpc")
-    (version "1.0.3")
+    (version "1.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/libtirpc/libtirpc/"
@@ -41,7 +41,7 @@
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0ppxl3k3nsz0qdakq844i2kj4fvh9h937lhx26bgmpmxq67sghw6"))))
+                "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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