summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-21 21:08:04 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-21 21:08:04 +0200
commita88ea63aa18c2ea26195fda16388821e8fd3267e (patch)
treeaa94cc1794354e9ac6fe269f0195a8294adcf8f9
parent9cc514b582c66eb84c5427a07653a99d48e0ee51 (diff)
downloadnixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar.gz
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar.bz2
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar.lz
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar.xz
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.tar.zst
nixpkgs-a88ea63aa18c2ea26195fda16388821e8fd3267e.zip
httpie: 3.2.1 -> 3.2.2
Diff: https://github.com/httpie/httpie/compare/3.2.1...3.2.2

Changelog: https://github.com/httpie/httpie/blob/3.2.2/CHANGELOG.md
-rw-r--r--pkgs/development/python-modules/httpie/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/httpie/default.nix b/pkgs/development/python-modules/httpie/default.nix
index b226ee1690c..04add67c8c8 100644
--- a/pkgs/development/python-modules/httpie/default.nix
+++ b/pkgs/development/python-modules/httpie/default.nix
@@ -26,14 +26,14 @@
 
 buildPythonPackage rec {
   pname = "httpie";
-  version = "3.2.1";
+  version = "3.2.2";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "httpie";
     repo = "httpie";
     rev = version;
-    hash = "sha256-WEe8zSlNckl7bPBi6u8mHQ1/xPw3kE81F8Xr15TchgM=";
+    hash = "sha256-hPsjEpvT6tnPm68AUB2Tv3Gon4DfSzO2VYCGqP8ozSI=";
   };
 
   nativeBuildInputs = [