diff options
| author | techchud <protrude_paying969@simplelogin.com> | 2025-11-05 06:45:36 -0600 |
|---|---|---|
| committer | techchud <protrude_paying969@simplelogin.com> | 2025-11-05 06:45:36 -0600 |
| commit | 653ecc2e36165d3864fe79de9392f5221ea42c8f (patch) | |
| tree | 81b92c839a2abd2ab2b076dbec3937ee9e7c27e4 /bugwarrior.scm | |
| parent | cc2baa67143227a11745b813d105537afe31e693 (diff) | |
| download | guix-techchud-653ecc2e36165d3864fe79de9392f5221ea42c8f.tar.gz guix-techchud-653ecc2e36165d3864fe79de9392f5221ea42c8f.tar.bz2 guix-techchud-653ecc2e36165d3864fe79de9392f5221ea42c8f.zip | |
use different bugwarrior fork
Diffstat (limited to 'bugwarrior.scm')
| -rw-r--r-- | bugwarrior.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bugwarrior.scm b/bugwarrior.scm index bb1c827..71f1a62 100644 --- a/bugwarrior.scm +++ b/bugwarrior.scm @@ -55,12 +55,12 @@ mechanism of @code{dogpile}.") (define-public python-bugwarrior (package (name "python-bugwarrior") - (version "ce92e3a4f05f5d78e13d2924c27d8743813fb2f9") + (version "269f5465aa2a8ed2f9b7e0f15811adf2ec782ffe") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/GothenburgBitFactory/bugwarrior.git") + (url "https://github.com/msglm/bugwarrior.git") (commit version))) (sha256 (base32 "0v96zg2ga8cw84zx12dvh3m995adf5k40x9cs53waxranxvm4k0a")) |
