Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hledger: update to 1.26.1
@ 2022-09-01 17:59 slotThe
  2022-09-02  5:47 ` [PR PATCH] [Updated] " slotThe
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: slotThe @ 2022-09-01 17:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages hledger/1.26.1
https://github.com/void-linux/void-packages/pull/39040

hledger: update to 1.26.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From cf59a0ae0330e53b65fb7eaff130fa90ccf91950 Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Thu, 1 Sep 2022 19:57:49 +0200
Subject: [PATCH] hledger: update to 1.26.1

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

diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 32d39207fd82..58f1dd60fcab 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,6 +1,6 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.25
+version=1.26.1
 revision=1
 build_style=haskell-stack
 stackage="lts-19.0"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
 homepage="https://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=4c947c2a7d243d2a56efc1fa02994a118e995df025a412f6d2daeadfd78338ee
+checksum=cee5674c8852046a08d67c4205270c5666319dfad877e1a872eee6a7603a94b5
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

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

* Re: [PR PATCH] [Updated] hledger: update to 1.26.1
  2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
@ 2022-09-02  5:47 ` slotThe
  2022-09-02  5:48 ` hledger: update to 1.27 slotThe
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: slotThe @ 2022-09-02  5:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages hledger/1.26.1
https://github.com/void-linux/void-packages/pull/39040

hledger: update to 1.26.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From a690de483554868e7808e461aa692dccfbc8badc Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Thu, 1 Sep 2022 19:57:49 +0200
Subject: [PATCH] hledger: update to 1.27

---
 srcpkgs/hledger/files/stack.yaml | 22 ++++++++++++++++++++++
 srcpkgs/hledger/template         |  5 ++---
 2 files changed, 24 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
new file mode 100644
index 000000000000..b5f41932e272
--- /dev/null
+++ b/srcpkgs/hledger/files/stack.yaml
@@ -0,0 +1,22 @@
+resolver: lts-19.0
+
+packages:
+- hledger-lib
+- hledger
+- hledger-ui
+- hledger-web
+
+extra-deps:
+# for hledger-lib:
+- breakpoint-0.1.0.0
+# for hledger:
+# for hledger-ui:
+- brick-1.0
+- bimap-0.5.0
+- text-zipper-0.12
+- vty-5.36
+# for hledger-web:
+# for Shake.hs:
+
+ghc-options:
+  "$locals": -fplugin Debug.Breakpoint
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 32d39207fd82..ceb95dbdbbc1 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,9 +1,8 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.25
+version=1.27
 revision=1
 build_style=haskell-stack
-stackage="lts-19.0"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Simple, precise, plain text accounting"
 maintainer="Inokentiy Babushkin <twk@twki.de>"
@@ -11,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="https://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
 distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=4c947c2a7d243d2a56efc1fa02994a118e995df025a412f6d2daeadfd78338ee
+checksum=1a3d1d321cf5fb9ae6d214a5a4a71775680a8146cf43f77e523a2e6c0af9d366
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

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

* Re: hledger: update to 1.27
  2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
  2022-09-02  5:47 ` [PR PATCH] [Updated] " slotThe
@ 2022-09-02  5:48 ` slotThe
  2022-09-06  5:49 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: slotThe @ 2022-09-02  5:48 UTC (permalink / raw)
  To: ml

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

New comment by slotThe on void-packages repository

https://github.com/void-linux/void-packages/pull/39040#issuecomment-1235091865

Comment:
(Force push updated this from `1.26.1` to `1.27`, which just came out)

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

* Re: [PR REVIEW] hledger: update to 1.27
  2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
  2022-09-02  5:47 ` [PR PATCH] [Updated] " slotThe
  2022-09-02  5:48 ` hledger: update to 1.27 slotThe
@ 2022-09-06  5:49 ` classabbyamp
  2022-09-06  6:06 ` [PR PATCH] [Updated] " slotThe
  2022-09-06  6:43 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-06  5:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39040#discussion_r963276705

Comment:
```suggestion
distfiles="https://github.com/simonmichael/hledger/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] hledger: update to 1.27
  2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
                   ` (2 preceding siblings ...)
  2022-09-06  5:49 ` [PR REVIEW] " classabbyamp
@ 2022-09-06  6:06 ` slotThe
  2022-09-06  6:43 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: slotThe @ 2022-09-06  6:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages hledger/1.26.1
https://github.com/void-linux/void-packages/pull/39040

hledger: update to 1.27
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 54d7ad74cbc6b54fb5e6268c822dd7df99f1bfb0 Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Thu, 1 Sep 2022 19:57:49 +0200
Subject: [PATCH] hledger: update to 1.27

---
 srcpkgs/hledger/files/stack.yaml | 22 ++++++++++++++++++++++
 srcpkgs/hledger/template         |  7 +++----
 2 files changed, 25 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/hledger/files/stack.yaml

diff --git a/srcpkgs/hledger/files/stack.yaml b/srcpkgs/hledger/files/stack.yaml
new file mode 100644
index 000000000000..b5f41932e272
--- /dev/null
+++ b/srcpkgs/hledger/files/stack.yaml
@@ -0,0 +1,22 @@
+resolver: lts-19.0
+
+packages:
+- hledger-lib
+- hledger
+- hledger-ui
+- hledger-web
+
+extra-deps:
+# for hledger-lib:
+- breakpoint-0.1.0.0
+# for hledger:
+# for hledger-ui:
+- brick-1.0
+- bimap-0.5.0
+- text-zipper-0.12
+- vty-5.36
+# for hledger-web:
+# for Shake.hs:
+
+ghc-options:
+  "$locals": -fplugin Debug.Breakpoint
diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template
index 32d39207fd82..a1a9ac198adf 100644
--- a/srcpkgs/hledger/template
+++ b/srcpkgs/hledger/template
@@ -1,17 +1,16 @@
 # Template file for 'hledger'
 pkgname=hledger
-version=1.25
+version=1.27
 revision=1
 build_style=haskell-stack
-stackage="lts-19.0"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Simple, precise, plain text accounting"
 maintainer="Inokentiy Babushkin <twk@twki.de>"
 license="GPL-3.0-or-later"
 homepage="https://hledger.org/"
 changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
-distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
-checksum=4c947c2a7d243d2a56efc1fa02994a118e995df025a412f6d2daeadfd78338ee
+distfiles="https://github.com/simonmichael/hledger/archive/${version}.tar.gz"
+checksum=1a3d1d321cf5fb9ae6d214a5a4a71775680a8146cf43f77e523a2e6c0af9d366
 nopie_files="/usr/bin/hledger"
 nocross=yes # Can't yet cross compile Haskell
 

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

* Re: [PR PATCH] [Merged]: hledger: update to 1.27
  2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
                   ` (3 preceding siblings ...)
  2022-09-06  6:06 ` [PR PATCH] [Updated] " slotThe
@ 2022-09-06  6:43 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-06  6:43 UTC (permalink / raw)
  To: ml

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

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

hledger: update to 1.27
https://github.com/void-linux/void-packages/pull/39040

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2022-09-06  6:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 17:59 [PR PATCH] hledger: update to 1.26.1 slotThe
2022-09-02  5:47 ` [PR PATCH] [Updated] " slotThe
2022-09-02  5:48 ` hledger: update to 1.27 slotThe
2022-09-06  5:49 ` [PR REVIEW] " classabbyamp
2022-09-06  6:06 ` [PR PATCH] [Updated] " slotThe
2022-09-06  6:43 ` [PR PATCH] [Merged]: " classabbyamp

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).