summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-05-18 13:02:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-05-18 13:02:27 +0200
commit56891b17091fb1bb4dc00d118307d453e9aedcca (patch)
treea0830d6a19a59f14389e79af8d7e0b3b9e00f6ee
parent4b8062edf809fe39b286ea37597cfbd55e742956 (diff)
downloadnixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar.gz
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar.bz2
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar.lz
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar.xz
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.tar.zst
nixpkgs-56891b17091fb1bb4dc00d118307d453e9aedcca.zip
python310Packages.angrop: 9.2.3 -> 9.2.4
-rw-r--r--pkgs/development/python-modules/angrop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/angrop/default.nix b/pkgs/development/python-modules/angrop/default.nix
index d46c18f6d17..8c40a51ff43 100644
--- a/pkgs/development/python-modules/angrop/default.nix
+++ b/pkgs/development/python-modules/angrop/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "angrop";
-  version = "9.2.3";
+  version = "9.2.4";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-bhdn3uomvegpvynR0ts4KdwFapX2xGfuwp4e57Xtcoo=";
+    hash = "sha256-EMW2RxImYoPSnkBG027g5o5K3WT40F/Dj+GzqS8/K6g=";
   };
 
   propagatedBuildInputs = [