about summary refs log tree commit diff
path: root/pkgs/development/python-modules/idasen
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-06 00:12:50 +0000
committerGitHub <noreply@github.com>2024-03-06 00:12:50 +0000
commit21588b3902fa38579bf64f9fea414d12d4e3542b (patch)
treec1e96a766ff2c80ef735c895ce983e863feb1711 /pkgs/development/python-modules/idasen
parent5f2e6243fba18cd8d548c85dbb13c8cabe364e2a (diff)
parent5706443baf9ce6a4cdb09f0c8463429c0549a9df (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/idasen')
-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 5fee7d5c9f0d5..e6950edaa1278 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.11.1";
+  version = "0.12.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "newAM";
     repo = "idasen";
     rev = "refs/tags/v${version}";
-    hash = "sha256-nduag5ubgwhOcprdZppLIPQPDE06dk9OzniIIJpM12s=";
+    hash = "sha256-TQ+DBFpG+IeZ4/dN+YKMw3AM4Dl1rpqA1kRcb3Tb3jA=";
   };
 
   nativeBuildInputs = [