summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-08-22 09:31:25 +0200
committerGitHub <noreply@github.com>2021-08-22 09:31:25 +0200
commite1fb0c6afb09fa6d122a5f53cef93c557c764168 (patch)
tree8c521abf5d9e37b8cce7c9a6e1de3e057578b214
parentbaabfbf9e55347f76b8297f57b15eb3e29eb5ce3 (diff)
parent585dcb251474af41f3663f137e765cb564823977 (diff)
Merge pull request #135100 from r-ryantm/auto-update/you-get
you-get: 0.4.1536 -> 0.4.1545
-rw-r--r--pkgs/tools/misc/you-get/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/you-get/default.nix b/pkgs/tools/misc/you-get/default.nix
index 8bd618d5a9dd..dd2115f99bff 100644
--- a/pkgs/tools/misc/you-get/default.nix
+++ b/pkgs/tools/misc/you-get/default.nix
@@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "you-get";
- version = "0.4.1536";
+ version = "0.4.1545";
# Tests aren't packaged, but they all hit the real network so
# probably aren't suitable for a build environment anyway.
@@ -10,7 +10,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
- sha256 = "78c9a113950344e06d18940bd11fe9a2f78b9d0bc8963cde300017ac1ffcef09";
+ sha256 = "63e9b0527424c565303fe3d8ede1cd35d48a4ecf4afe72e1c12b0e90b9fdcd39";
};
meta = with lib; {