guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-string-inflection: Update to 1.0.16.


From: guix-commits
Subject: branch master updated: gnu: emacs-string-inflection: Update to 1.0.16.
Date: Sun, 19 Sep 2021 13:45:06 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a640ee7  gnu: emacs-string-inflection: Update to 1.0.16.
a640ee7 is described below

commit a640ee7da3311e4fa560c7163d2dd7d24a25585a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 19 19:44:30 2021 +0200

    gnu: emacs-string-inflection: Update to 1.0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.16.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 64181d5..e641a3f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4943,7 +4943,7 @@ configuration, cache, and other data.")
 (define-public emacs-string-inflection
   (package
     (name "emacs-string-inflection")
-    (version "1.0.15")
+    (version "1.0.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4952,7 +4952,7 @@ configuration, cache, and other data.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "194pd3g9ws72n3wy1b2pxgj3w20p1v8gn47gqg89mym9ps5hfjyv"))))
+                "0wskrp3v5gi3b3s9471ijkdncnfd888qd50c72rv2p8846174paj"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("ert-runner" ,emacs-ert-runner)))



reply via email to

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