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.12.


From: guix-commits
Subject: branch master updated: gnu: emacs-string-inflection: Update to 1.0.12.
Date: Sun, 07 Feb 2021 17:22:48 -0500

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 66fc803  gnu: emacs-string-inflection: Update to 1.0.12.
66fc803 is described below

commit 66fc803a77d6870aa2b051398b1ac6b062458283
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:22:11 2021 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed91a7a..c8391f05 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4188,16 +4188,16 @@ configuration, cache, and other data.")
 (define-public emacs-string-inflection
   (package
     (name "emacs-string-inflection")
-    (version "1.0.6")
+    (version "1.0.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/akicho8/string-inflection";)
-                    (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
+                "0f3nkfdpngax4zfw75jca2wywwh31ha6ywddh4125lbxi3y6m7s9"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("ert-runner" ,emacs-ert-runner)))



reply via email to

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