Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Feb 4, 2024
1 parent 298e9f6 commit 06cadfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions forge-pkg.el
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
(define-package "forge" "0.3.2.50-git"
"Access Git forges from Magit."
'((emacs "25.1")
(compat "29.1.4.1")
(closql "20230407")
(compat "29.1.4.4")
(closql "20240125")
(dash "2.19.1")
(emacsql "20230409")
(ghub "20220621")
(emacsql "20240125")
(ghub "20240101")
(let-alist "1.0.6")
(magit "20230319")
(markdown-mode "2.4")
(magit "20240125")
(markdown-mode "2.6")
(seq "2.24")
(transient "0.4.0")
(yaml "0.5.2"))
(transient "20240201")
(yaml "0.5.5"))
:homepage "https://github.com/magit/forge"
:keywords '("git" "tools" "vc"))

2 comments on commit 06cadfa

@xuan-w
Copy link

@xuan-w xuan-w commented on 06cadfa Feb 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version of emacsql is actually 20240124, not 20240125. This will make the package uninstallable.

@jonathanunderwood
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version of emacsql is actually 20240124, not 20240125. This will make the package uninstallable.

Confirmed:

An error occurred while installing forge (error: (error Need package ‘emacsql-20240125’, but only 20240124.1601 is available))

Issue #624.

Please sign in to comment.