Skip to content

Commit

Permalink
python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-20…
Browse files Browse the repository at this point in the history
…24-08-20 (NixOS#355370)
  • Loading branch information
katexochen authored Nov 13, 2024
2 parents 9f2d3e2 + 7d68255 commit 367883b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/miasm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
setuptools,
}:
let
commit = "90dc1671b59077ee27c3d44d9d536d6659eb3bbe";
commit = "cbc722eed8dc807955bd46f84886ae74d161dd0c";
in
buildPythonPackage rec {
buildPythonPackage {
pname = "miasm";
version = "0.1.5-unstable-2024-04-28";
version = "0.1.5-unstable-2024-08-20";

pyproject = true;
build-system = [ setuptools ];
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "cea-sec";
repo = "miasm";
rev = commit;
hash = "sha256-nkRcirJLmTwSL7lwd+Yk6mteU3YPnm5ekJ4eFF5FmYo=";
hash = "sha256-Ot11QuMtaJ8OQDAUgV3zVxTNp0kKc0Y9EXRZD96Caow=";
};

patches = [
Expand Down

0 comments on commit 367883b

Please sign in to comment.