guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gss: Update to 1.0.4.


From: guix-commits
Subject: branch master updated: gnu: gss: Update to 1.0.4.
Date: Sun, 07 Aug 2022 13:01:24 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0ae9da321 gnu: gss: Update to 1.0.4.
f0ae9da321 is described below

commit f0ae9da3210cc6d87ca519545203daf9751f3465
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 7 19:54:34 2022 +0300

    gnu: gss: Update to 1.0.4.
    
    * gnu/packages/gsasl.scm (gss): Update to 1.0.4.
---
 gnu/packages/gsasl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index eb3255beed..70624f9c59 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020-2022 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -54,13 +54,13 @@
 (define-public gss
   (package
    (name "gss")
-   (version "1.0.3")
+   (version "1.0.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gss/gss-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "1syyvh3k659xf1hdv9pilnnhbbhs6vfapayp4xgdcc8mfgf9v4gz"))))
+                     "0www841ax21f5f61pdjk9fjdn9s2xf1wnblb47kzrqyaykgapkpc"))))
    (build-system gnu-build-system)
    (inputs (list nettle shishi zlib))
    (synopsis "Generic Security Service library")



reply via email to

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