about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-13 01:22:41 -0500
committerGitHub <noreply@github.com>2022-09-13 01:22:41 -0500
commit52f24a8efe8562d14b2f0705489cf55ed2d4ec26 (patch)
tree2c6df81c25ad7e77ebcc2d0e48273bdb5443a332
parentb7beb1ffc37d1713f29098f215cbc2afbf7222ed (diff)
parent60ec6ff76c44b619d61d626307eee03d8a706bbf (diff)
downloadnixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar.gz
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar.bz2
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar.lz
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar.xz
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.tar.zst
nixlib-52f24a8efe8562d14b2f0705489cf55ed2d4ec26.zip
Merge pull request #190993 from newAM/idasen
idasen: 0.9.1 -> 0.9.2
-rw-r--r--pkgs/development/python-modules/idasen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/idasen/default.nix b/pkgs/development/python-modules/idasen/default.nix
index c9378af0b393..ed43319ef5d0 100644
--- a/pkgs/development/python-modules/idasen/default.nix
+++ b/pkgs/development/python-modules/idasen/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "idasen";
-  version = "0.9.1";
+  version = "0.9.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "newAM";
     repo = "idasen";
     rev = "v${version}";
-    hash = "sha256-QMHxQLHp2p3/kGDd995CjBvQqn2BVM6d02NCzrjExr0=";
+    hash = "sha256-Nxg0r90EQTICstjbVp9nxJKkNRQEUhB2oEwc7r58t5k=";
   };
 
   nativeBuildInputs = [