diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-23 14:18:27 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-23 14:18:27 +0100 |
commit | 0d8ab1368b8d2b8abd307cccad0e29eca8957ec1 (patch) | |
tree | 417ee8cf9e49a5fa4c0e71f2165c61be4f6484b9 /packages | |
parent | 55d883ddc437f67a17de42d57b6e3d907a2c4950 (diff) |
taskflow-2: downgrade inherited package to version 2: dependency of komodo-wallet
Diffstat (limited to 'packages')
-rw-r--r-- | packages/komodo/taskflow-2.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/komodo/taskflow-2.scm b/packages/komodo/taskflow-2.scm index 30ed89e..fa029fa 100644 --- a/packages/komodo/taskflow-2.scm +++ b/packages/komodo/taskflow-2.scm @@ -3,4 +3,5 @@ #:use-module (guix packages)) (define-public taskflow-2 - (package (inherit taskflow))) + (package (inherit taskflow) + (version "2.2.0"))) |