diff mbox series

[bug#66920] gnu: python-pikepdf: Fix embedded version string.

Message ID 64ced36ca3d7a96512721382544707f30d3be34c.1699028569.git.jackhill@jackhill.us
State New
Headers show
Series [bug#66920] gnu: python-pikepdf: Fix embedded version string. | expand

Commit Message

Jack Hill Nov. 3, 2023, 4:22 p.m. UTC
* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.

Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
---

Thanks Ricardo for the pointer: https://logs.guix.gnu.org/guix/2023-11-03.log#170345

 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: c9361460dece1dbc3d2645ad3e5c79e85a2bf183

Comments

Hilton Chain Nov. 4, 2023, 11:18 a.m. UTC | #1
Hi Jack,

On Sat, 04 Nov 2023 00:22:49 +0800,
Jack Hill wrote:
> 
> * gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
> python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.
> 
> Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
> ---
> 
> Thanks Ricardo for the pointer: https://logs.guix.gnu.org/guix/2023-11-03.log#170345
> 
>  gnu/packages/python-xyz.scm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 6001e7e6eb..e521c1580d 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -8726,6 +8726,7 @@ (define-public python-pikepdf
>             python-attrs
>             python-coverage
>             python-hypothesis
> +           python-setuptools-scm
>             python-psutil
>             python-pytest
>             python-pytest-cov
> 
> base-commit: c9361460dece1dbc3d2645ad3e5c79e85a2bf183
> -- 
> 2.41.0

Applied as 9dcd8802f5bc472579f23a38dcf437f8a9ac976c, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6001e7e6eb..e521c1580d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8726,6 +8726,7 @@  (define-public python-pikepdf
            python-attrs
            python-coverage
            python-hypothesis
+           python-setuptools-scm
            python-psutil
            python-pytest
            python-pytest-cov