Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hledger: update to 1.20.2
@ 2020-12-29 21:12 bitmeise
  2021-01-05  4:23 ` q66
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: bitmeise @ 2020-12-29 21:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

There is a new pull request by bitmeise against master on the void-packages repository

https://github.com/bitmeise/void-packages hledger1201
https://github.com/void-linux/void-packages/pull/27534

hledger: update to 1.20.2
@q66, I often have problems updating this package and they are usually resolved by deleting stack.yaml. My knowledge of the Haskell ecosystem is very limited. Is this file still necessary for anything?

A patch file from https://github.com/void-linux/void-packages/pull/27534.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hledger1201-27534.patch --]
[-- Type: text/x-diff, Size: 1488 bytes --]

From 48f90187b6a4f69f71109a50c24ab6988ae9f125 Mon Sep 17 00:00:00 2001
From: Ameise <ameise@bitparlament.de>
Date: Tue, 29 Dec 2020 22:04:53 +0100
Subject: [PATCH] hledger: update to 1.20.2

---
 srcpkgs/hledger/files/stack.yaml | 6 ------
 srcpkgs/hledger/template         | 4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
deleted file mode 100644
index fdb69b61aee..00000000000
--- a/srcpkgs/hledger/files/stack.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-resolver: lts-16.13
-packages:
-- hledger-lib
-- hledger
-- hledger-ui
-- hledger-web
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index cb7b195d085..45974a08a6a 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.19.1
+version=1.20.2
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=9324592f7c9caf8aee856aed3ea4407f1ba8a2119a39143ef6b83c11c5d3029c
+checksum=1ccc7d0306e9bcb0fad2d550e57b4db9bdb7e9907fc0418e17c72313b4342b26
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
@ 2021-01-05  4:23 ` q66
  2021-01-05 12:06 ` bitmeise
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: q66 @ 2021-01-05  4:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-754384587

Comment:
the file is necessary to set the proper LTS stackage resolver (i.e. yes, it is necessary)

but i'm not a haskell maintainer nor i particularly know the ecosystem so dunno why ask me

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
  2021-01-05  4:23 ` q66
@ 2021-01-05 12:06 ` bitmeise
  2021-01-05 12:07 ` bitmeise
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-05 12:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-754596098

Comment:
Because git blame says you have been fiddling with almost all lines of the file, I thought you might know what's happening here in more detail.

Anyway, in IRC I was told that it is fine if the package *builds* without specifying a manual stack.yaml -- which it does on all archs according to the checks.

I should also pin an LTS version. According the manual https://github.com/void-linux/void-packages/blob/master/Manual.md#pkgs_haskell this can happen via a stack.yaml which already comes with the upstream sources. 

As all of the above is the case, I consider this task done.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
  2021-01-05  4:23 ` q66
  2021-01-05 12:06 ` bitmeise
@ 2021-01-05 12:07 ` bitmeise
  2021-01-13 18:45 ` bitmeise
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-05 12:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-754596098

Comment:
Because git blame says you have been fiddling with almost all lines of the file, I thought you might know what's happening here in more detail.

Anyway, in IRC I was told that it is fine if the package *builds* without specifying a manual stack.yaml -- which it does on all archs according to the checks.

I should also pin an LTS version. According to the manual https://github.com/void-linux/void-packages/blob/master/Manual.md#pkgs_haskell this can happen via a stack.yaml which already comes with the upstream sources. 

As all of the above is the case, I consider this task done.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (2 preceding siblings ...)
  2021-01-05 12:07 ` bitmeise
@ 2021-01-13 18:45 ` bitmeise
  2021-01-16  7:30 ` slotThe
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-13 18:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-754596098

Comment:
Because git blame says you have been fiddling with almost all lines of the file, I thought you might know what's happening here in more detail.

Anyway, in IRC I was told that it is fine if the package *builds* without specifying a manual stack.yaml -- which it does on all archs according to the checks.

I should also pin an LTS version. According to the manual https://github.com/void-linux/void-packages/blob/master/Manual.md#pkgs_haskell this can happen via a stack.yaml which already comes with the upstream sources. 

As all of the above is the case, **I consider this task done**.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (3 preceding siblings ...)
  2021-01-13 18:45 ` bitmeise
@ 2021-01-16  7:30 ` slotThe
  2021-01-16  7:31 ` slotThe
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: slotThe @ 2021-01-16  7:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New comment by slotThe on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-761521803

Comment:
This looks good, although I will note that, at this point, hledger 1.20.3 just got released; in case you want to directly update to that instead

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (4 preceding siblings ...)
  2021-01-16  7:30 ` slotThe
@ 2021-01-16  7:31 ` slotThe
  2021-01-16 14:26 ` bitmeise
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: slotThe @ 2021-01-16  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by slotThe on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-761521803

Comment:
This looks good.  I will note that, at this point, hledger 1.20.3 just got released; in case you want to directly update to that instead

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (5 preceding siblings ...)
  2021-01-16  7:31 ` slotThe
@ 2021-01-16 14:26 ` bitmeise
  2021-01-16 17:57 ` [PR PATCH] [Updated] " bitmeise
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-16 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-761572000

Comment:
Yes, I plan to directly jump to 1.20.3 this weekend. Please stay tuned.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (6 preceding siblings ...)
  2021-01-16 14:26 ` bitmeise
@ 2021-01-16 17:57 ` bitmeise
  2021-01-16 18:57 ` bitmeise
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-16 17:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by bitmeise against master on the void-packages repository

https://github.com/bitmeise/void-packages hledger1201
https://github.com/void-linux/void-packages/pull/27534

hledger: update to 1.20.2
@q66, I often have problems updating this package and they are usually resolved by deleting stack.yaml. My knowledge of the Haskell ecosystem is very limited. Is this file still necessary for anything?

A patch file from https://github.com/void-linux/void-packages/pull/27534.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hledger1201-27534.patch --]
[-- Type: text/x-diff, Size: 2587 bytes --]

From 48f90187b6a4f69f71109a50c24ab6988ae9f125 Mon Sep 17 00:00:00 2001
From: Ameise <ameise@bitparlament.de>
Date: Tue, 29 Dec 2020 22:04:53 +0100
Subject: [PATCH 1/2] hledger: update to 1.20.2

---
 srcpkgs/hledger/files/stack.yaml | 6 ------
 srcpkgs/hledger/template         | 4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
deleted file mode 100644
index fdb69b61aee..00000000000
--- a/srcpkgs/hledger/files/stack.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-resolver: lts-16.13
-packages:
-- hledger-lib
-- hledger
-- hledger-ui
-- hledger-web
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index cb7b195d085..45974a08a6a 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.19.1
+version=1.20.2
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=9324592f7c9caf8aee856aed3ea4407f1ba8a2119a39143ef6b83c11c5d3029c
+checksum=1ccc7d0306e9bcb0fad2d550e57b4db9bdb7e9907fc0418e17c72313b4342b26
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

From 870e57c6d23c9cfb0137091c6cf56fb13d8dc9fe Mon Sep 17 00:00:00 2001
From: Bitmeise <ameise@bitparlament.de>
Date: Sat, 16 Jan 2021 18:56:34 +0100
Subject: [PATCH 2/2] hledger: update to 1.20.3

---
 srcpkgs/hledger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 45974a08a6a..96458da1733 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.20.2
+version=1.20.3
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=1ccc7d0306e9bcb0fad2d550e57b4db9bdb7e9907fc0418e17c72313b4342b26
+checksum=0df5cad70ac8377db3e92edfeda2bec95230221b249c2d4aee20ef7d252eedd9
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.2
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (7 preceding siblings ...)
  2021-01-16 17:57 ` [PR PATCH] [Updated] " bitmeise
@ 2021-01-16 18:57 ` bitmeise
  2021-01-30 16:33 ` [PR PATCH] [Updated] hledger: update to 1.20.3 bitmeise
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-16 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-761615866

Comment:
done

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] hledger: update to 1.20.3
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (8 preceding siblings ...)
  2021-01-16 18:57 ` bitmeise
@ 2021-01-30 16:33 ` bitmeise
  2021-01-30 16:34 ` hledger: update to 1.20.4 bitmeise
  2021-02-04  5:59 ` [PR PATCH] [Closed]: " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-30 16:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by bitmeise against master on the void-packages repository

https://github.com/bitmeise/void-packages hledger1201
https://github.com/void-linux/void-packages/pull/27534

hledger: update to 1.20.3
@q66, I often have problems updating this package and they are usually resolved by deleting stack.yaml. My knowledge of the Haskell ecosystem is very limited. Is this file still necessary for anything?

A patch file from https://github.com/void-linux/void-packages/pull/27534.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hledger1201-27534.patch --]
[-- Type: text/x-diff, Size: 3682 bytes --]

From 48f90187b6a4f69f71109a50c24ab6988ae9f125 Mon Sep 17 00:00:00 2001
From: Ameise <ameise@bitparlament.de>
Date: Tue, 29 Dec 2020 22:04:53 +0100
Subject: [PATCH 1/3] hledger: update to 1.20.2

---
 srcpkgs/hledger/files/stack.yaml | 6 ------
 srcpkgs/hledger/template         | 4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
deleted file mode 100644
index fdb69b61aee..00000000000
--- a/srcpkgs/hledger/files/stack.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-resolver: lts-16.13
-packages:
-- hledger-lib
-- hledger
-- hledger-ui
-- hledger-web
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index cb7b195d085..45974a08a6a 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.19.1
+version=1.20.2
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=9324592f7c9caf8aee856aed3ea4407f1ba8a2119a39143ef6b83c11c5d3029c
+checksum=1ccc7d0306e9bcb0fad2d550e57b4db9bdb7e9907fc0418e17c72313b4342b26
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

From 870e57c6d23c9cfb0137091c6cf56fb13d8dc9fe Mon Sep 17 00:00:00 2001
From: Bitmeise <ameise@bitparlament.de>
Date: Sat, 16 Jan 2021 18:56:34 +0100
Subject: [PATCH 2/3] hledger: update to 1.20.3

---
 srcpkgs/hledger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 45974a08a6a..96458da1733 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.20.2
+version=1.20.3
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=1ccc7d0306e9bcb0fad2d550e57b4db9bdb7e9907fc0418e17c72313b4342b26
+checksum=0df5cad70ac8377db3e92edfeda2bec95230221b249c2d4aee20ef7d252eedd9
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

From 6903f07e2b04bd22e68a86660b1c1a40a179564e Mon Sep 17 00:00:00 2001
From: Bitmeise <ameise@bitparlament.de>
Date: Sat, 30 Jan 2021 17:32:32 +0100
Subject: [PATCH 3/3] hledger: update to 1.20.4

---
 srcpkgs/hledger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 96458da1733..aaad04b778c 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.20.3
+version=1.20.4
 revision=1
 build_style=haskell-stack
 makedepends="zlib-devel ncurses-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=0df5cad70ac8377db3e92edfeda2bec95230221b249c2d4aee20ef7d252eedd9
+checksum=1213854ee7cf94913652706139b4c7f619af4394f5e70856b859f3c0ed07b2a4
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: hledger: update to 1.20.4
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (9 preceding siblings ...)
  2021-01-30 16:33 ` [PR PATCH] [Updated] hledger: update to 1.20.3 bitmeise
@ 2021-01-30 16:34 ` bitmeise
  2021-02-04  5:59 ` [PR PATCH] [Closed]: " ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: bitmeise @ 2021-01-30 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by bitmeise on void-packages repository

https://github.com/void-linux/void-packages/pull/27534#issuecomment-770240444

Comment:
updated again to 1.20.4 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Closed]: hledger: update to 1.20.4
  2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
                   ` (10 preceding siblings ...)
  2021-01-30 16:34 ` hledger: update to 1.20.4 bitmeise
@ 2021-02-04  5:59 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-02-04  5:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

There's a closed pull request on the void-packages repository

hledger: update to 1.20.4
https://github.com/void-linux/void-packages/pull/27534

Description:
@q66, I often have problems updating this package and they are usually resolved by deleting stack.yaml. My knowledge of the Haskell ecosystem is very limited. Is this file still necessary for anything?

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-02-04  5:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 21:12 [PR PATCH] hledger: update to 1.20.2 bitmeise
2021-01-05  4:23 ` q66
2021-01-05 12:06 ` bitmeise
2021-01-05 12:07 ` bitmeise
2021-01-13 18:45 ` bitmeise
2021-01-16  7:30 ` slotThe
2021-01-16  7:31 ` slotThe
2021-01-16 14:26 ` bitmeise
2021-01-16 17:57 ` [PR PATCH] [Updated] " bitmeise
2021-01-16 18:57 ` bitmeise
2021-01-30 16:33 ` [PR PATCH] [Updated] hledger: update to 1.20.3 bitmeise
2021-01-30 16:34 ` hledger: update to 1.20.4 bitmeise
2021-02-04  5:59 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).