diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-12 11:43:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-12 13:40:40 +0200 |
commit | dd82659e103292f249670063072d2d748b2ee299 (patch) | |
tree | e152fb563565c99c8a4222da25f9e526f2da338e | |
parent | 881d7ef803e0bd4d173649ab14f53421f0e2c1a2 (diff) | |
download | guix-dd82659e103292f249670063072d2d748b2ee299.tar.gz guix-dd82659e103292f249670063072d2d748b2ee299.zip |
gnu: emacs-casual-lib: Update to 1.1.4.
* gnu/packages/emacs-xyz.scm (emacs-casual-lib): Update to 1.1.4.
Change-Id: Ife5804051fefa455df7fa7bb92fb37ec86565847
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7ddec9874e..9c113fc2d6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -33882,7 +33882,7 @@ all of your projects, then override or add variables on a per-project basis.") (define-public emacs-casual-lib (package (name "emacs-casual-lib") - (version "1.1.3") + (version "1.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -33891,7 +33891,7 @@ all of your projects, then override or add variables on a per-project basis.") (file-name (git-file-name name version)) (sha256 (base32 - "1qzwzvrp94f2sw861q2jgjnil18m85nm0mryy92rdvijni2l0dj9")))) + "0s9yx9s1d4zr35j3pd6dnhldax1h0sgr5zrraqva4ysbflwlvy50")))) (build-system emacs-build-system) (arguments (list #:tests? #t |