mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pdm-backend: Update to 2.4.3.
* gnu/packages/python-build.scm (python-pdm-backend): Update to 2.4.3. Change-Id: If022f4e85ce7434167cd2eec485ba56e882e4543
This commit is contained in:
parent
556690a139
commit
1538164f25
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2024, 2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2020, 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
|
||||
|
@ -863,13 +863,13 @@ abstractions for handling wheels and installing packages from wheels.")
|
|||
(define-public python-pdm-backend
|
||||
(package
|
||||
(name "python-pdm-backend")
|
||||
(version "2.0.6")
|
||||
(version "2.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pdm_backend" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06bq846yy33alxbljgcf4lx9g2mx4b2sv04i59rrn9rxapcg2651"))))
|
||||
"0a0741c1g5vxhrizyxh40mjxdmbsc4xid5vy4aji23f1g9x09nfv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue