summaryrefslogtreecommitdiffstats
path: root/bugwarrior.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bugwarrior.scm')
-rw-r--r--bugwarrior.scm17
1 files changed, 5 insertions, 12 deletions
diff --git a/bugwarrior.scm b/bugwarrior.scm
index 727fde1..bb1c827 100644
--- a/bugwarrior.scm
+++ b/bugwarrior.scm
@@ -55,7 +55,7 @@ mechanism of @code{dogpile}.")
(define-public python-bugwarrior
(package
(name "python-bugwarrior")
- (version "1bef94c3ec29c7d1b33035dc795544da6a49fb3b")
+ (version "ce92e3a4f05f5d78e13d2924c27d8743813fb2f9")
(source
(origin
(method git-fetch)
@@ -63,7 +63,7 @@ mechanism of @code{dogpile}.")
(url "https://github.com/GothenburgBitFactory/bugwarrior.git")
(commit version)))
(sha256
- (base32 "1y7qkyzd53yg472d2gl7kxgw2yrikmd17iw31zwvidfsf01p3hwh"))
+ (base32 "0v96zg2ga8cw84zx12dvh3m995adf5k40x9cs53waxranxvm4k0a"))
(modules '((guix build utils)))
(patches
(search-patches "aux-files/python-bugwarrior/gitea-support.patch"))
@@ -88,7 +88,9 @@ mechanism of @code{dogpile}.")
python-tomli
python-pygobject
python-notify2
- python-pydantic-2.7.1
+ python-pydantic-2
+ python-google-api-client
+ python-google-auth-oauthlib
))
(native-inputs (list python-email-validator-2.1.1))
(home-page "http://github.com/ralphbean/bugwarrior")
@@ -122,15 +124,6 @@ mechanism of @code{dogpile}.")
validation library.")
(license license:unlicense)))
- (define-public python-pydantic-2.7.1
- (package
- (inherit python-pydantic)
- (name "python-email-validator")
- (inputs (modify-inputs (package-inputs python-pydantic)
- (prepend python-email-validator-2.1.1)))
- (version "2.1.1")
- ))
-
(define-public python-taskw
(package
(name "python-taskw")