diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-12 17:32:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:45 +0100 |
commit | 53dcdea0a09aa1465aade313b8fd742e2f285808 (patch) | |
tree | 44b871a359dc114dabdbfbf30cd252b594d6e274 /gnu | |
parent | eb2db374ba35072b32d295b3367fa94ba3124219 (diff) |
gnu: python-mediapy: Update to 1.2.2.
* gnu/packages/python-xyz.scm (python-mediapy): Update to 1.2.2.
Change-Id: Ib67dc79cd44dca25298ed649e49aa2d0135affcd
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 82728cccf9..fac7716e6f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4853,7 +4853,7 @@ after Andy Lester’s Perl module WWW::Mechanize.") (define-public python-mediapy (package (name "python-mediapy") - (version "1.2.0") + (version "1.2.2") (source (origin (method git-fetch) @@ -4862,7 +4862,7 @@ after Andy Lester’s Perl module WWW::Mechanize.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14hmwib0dmy9h1w7allwsp0cgrfdv8f2sm9qlvy65yxai68v6vnl")))) + (base32 "08dj0h7xkpaj552pzjln1chshxsfxbwhv29p2npsmscy907s322l")))) (build-system pyproject-build-system) (arguments (list |