emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/flymake-guile 7bca2c8b09 08/11: Update guix.scm hash and v


From: ELPA Syncer
Subject: [nongnu] elpa/flymake-guile 7bca2c8b09 08/11: Update guix.scm hash and version
Date: Tue, 5 Sep 2023 04:01:05 -0400 (EDT)

branch: elpa/flymake-guile
commit 7bca2c8b09f73347d287b20f504d1e70be756e2a
Author: Distopico <distopico@riseup.net>
Commit: Distopico <distopico@riseup.net>

    Update guix.scm hash and version
---
 flymake-guile.el | 2 +-
 guix.scm         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flymake-guile.el b/flymake-guile.el
index 9d71f9d95f..d4b17b639b 100644
--- a/flymake-guile.el
+++ b/flymake-guile.el
@@ -5,7 +5,7 @@
 ;; Author: Distopico <distopico@riseup.net>
 ;; Package-Requires: ((emacs "26.1") (flymake "1.2.1") (flymake-quickdef 
"1.0.0"))
 ;; Keywords: language, tools
-;; Version: 0.2
+;; Version: 0.3
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/guix.scm b/guix.scm
index e0047c2e44..7795337e40 100644
--- a/guix.scm
+++ b/guix.scm
@@ -6,17 +6,17 @@
 
 (package
   (name "emacs-flymake-guile")
-  (version "0.2")
+  (version "0.3")
   (source
    (origin
      (method git-fetch)
      (uri
       (git-reference
-       (url "https://framagit.org/flymake-backends/flymake-guile";)
+       (url "https://framagit.org/flymake-backends/flymake-guile.git";)
        (commit version)))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "0p96kbsh50ypjfzgxik6zj7lacas8az2s9fcmcraxd0b35y9bwbc"))))
+      (base32 "044k5rjc6bxpb1bsnlclc5n86vvj8gqkf974np9kcb3fgdrwvbqf"))))
   (build-system emacs-build-system)
   (propagated-inputs (list emacs-flymake-quickdef))
   (home-page "https://framagit.org/flymake-backends/flymake-guile";)



reply via email to

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