[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")
- [nongnu] branch elpa/flymake-guile created (now 3fab1652a4), ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile d06fe2827a 03/11: fix warning list as arguments, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile 08a3c4b488 04/11: bump version to 0.2, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile 7bca2c8b09 08/11: Update guix.scm hash and version,
ELPA Syncer <=
- [nongnu] elpa/flymake-guile 4a094bf3c2 09/11: Add .elpaignore, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile e31c1e8b6a 07/11: Update example and coumentation, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile cf3fa333a8 10/11: Remove flymake-quickdef dependency, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile 13750c2785 01/11: add flymake-guile, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile c46528e752 06/11: Update defcustom types and values, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile d1ae59f7d6 02/11: add guix definition, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile 56e161d368 05/11: improve diagnostic column position, ELPA Syncer, 2023/09/05
- [nongnu] elpa/flymake-guile 3fab1652a4 11/11: Update guile version hash, ELPA Syncer, 2023/09/05