summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-31 10:50:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-03 14:01:46 +0000
commitc7ac9d878a8c2af13e911deec731843546baf7c3 (patch)
tree0c5bf8370907ebad893d894148d2a9f1cf879317
parentMerge pull request #162533 from primeos/backports/signal-desktop (diff)
downloadnixpkgs-origin/backport-157505-to-release-21.11.tar.gz
python310Packages.treq: 21.5.0 -> 22.1.0origin/backport-157505-to-release-21.11
(cherry picked from commit 394058fefa8a1497177b47a1ce42a922632005f3)
-rw-r--r--pkgs/development/python-modules/treq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/treq/default.nix b/pkgs/development/python-modules/treq/default.nix
index 85c5e10e8cb2..bdbe71809894 100644
--- a/pkgs/development/python-modules/treq/default.nix
+++ b/pkgs/development/python-modules/treq/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "treq";
- version = "21.5.0";
+ version = "22.1.0";
src = fetchPypi {
inherit pname version;
- sha256 = "02ea86383fc4b57539c45a965eaa1e9fd28302cdf382d21da8430050c97be9b8";
+ sha256 = "sha256-d1WBYEkZo9echFQBWYoP0HDKvG3oOEBHLY6fpxXy02w=";
};
propagatedBuildInputs = [