guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-gif-screencast: Update to 1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-gif-screencast: Update to 1.2.
Date: Thu, 01 Apr 2021 03:08:11 -0400

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82cdde4  gnu: emacs-gif-screencast: Update to 1.2.
82cdde4 is described below

commit 82cdde4f4c23f3f80856766492104062bd631940
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Apr 1 09:07:52 2021 +0200

    gnu: emacs-gif-screencast: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
---
 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 7fe8ab5..f2f94c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19280,7 +19280,7 @@ try completing.  See 
@code{fish-completion-fallback-on-bash-p}.")
 (define-public emacs-gif-screencast
   (package
     (name "emacs-gif-screencast")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -19290,7 +19290,7 @@ try completing.  See 
@code{fish-completion-fallback-on-bash-p}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
+         "1yf6yipvhhna29mzaan5vb3d5qvbrkp2awr5diyf381mvxgk8akh"))))
     (build-system emacs-build-system)
     (inputs
      `(("scrot" ,scrot)



reply via email to

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