unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71607] [PATCH] gnu: python-pyld: Update to 2.0.4
@ 2024-06-17  6:29 Ben Sturmfels via Guix-patches via
  2024-06-17 22:29 ` bug#71607: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Sturmfels via Guix-patches via @ 2024-06-17  6:29 UTC (permalink / raw)
  To: 71607
  Cc: Ben Sturmfels, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

* gnu/packages/python-xyz.scm (python-pyld): Update to 2.0.4

Change-Id: Iebd823a94c8f39944162056d451176d112e229e3
---
 gnu/packages/python-xyz.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c98453039b..ad4630d9c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5411,18 +5411,19 @@ (define-public python-exif-read
 (define-public python-pyld
   (package
     (name "python-pyld")
-    (version "1.0.5")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "PyLD" version))
-              (sha256
-               (base32
-                "1ywbdbsrkg533qh8xn9ifjh2mvam6v5msrjyqq73jfpvcp89qvff"))))
+    (version "2.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "PyLD" version))
+       (sha256
+        (base32 "1k7ars8n6kramkvadxgy0qfsi5g1hipyha4wqw8l75mw1l7ka7ii"))))
     (build-system python-build-system)
+    (native-inputs (list python-lxml))
+    (propagated-inputs (list python-cachetools python-frozendict))
     (home-page "https://github.com/digitalbazaar/pyld")
     (synopsis "Python implementation of the JSON-LD specification")
-    (description
-     "PyLD is an implementation of the JSON-LD specification.")
+    (description "PyLD is an implementation of the JSON-LD specification.")
     (license license:bsd-3)))
 
 (define-public python-cli-helpers

base-commit: bd5c61781c13611ed16686513980907c6ee34ae6
-- 
2.45.1





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

* bug#71607: [PATCH] gnu: python-pyld: Update to 2.0.4
  2024-06-17  6:29 [bug#71607] [PATCH] gnu: python-pyld: Update to 2.0.4 Ben Sturmfels via Guix-patches via
@ 2024-06-17 22:29 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-06-17 22:29 UTC (permalink / raw)
  To: 71607-done; +Cc: ben

Hi,

Thanks for contributing to GNU Guix! 

Applied with added periods at the end of commit messages, observing Guix commit style.

all best,

jgart




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

end of thread, other threads:[~2024-06-17 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17  6:29 [bug#71607] [PATCH] gnu: python-pyld: Update to 2.0.4 Ben Sturmfels via Guix-patches via
2024-06-17 22:29 ` bug#71607: " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).