summary refs log tree commit diff
path: root/pkgs/development/python-modules/cxxfilt
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:32:32 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 14:56:29 +0200
commit0771461dbaace819bbd694181319cce47a6c3355 (patch)
tree6778f39a6662e21e052a8a190008d942234caa02 /pkgs/development/python-modules/cxxfilt
parent3755d54defd39f8b6ea8c8e221f4797e69f32923 (diff)
downloadnixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar.gz
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar.bz2
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar.lz
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar.xz
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.tar.zst
nixpkgs-0771461dbaace819bbd694181319cce47a6c3355.zip
python3Packages.cxxfilt: 0.2.2 -> 0.3.0
Diffstat (limited to 'pkgs/development/python-modules/cxxfilt')
-rw-r--r--pkgs/development/python-modules/cxxfilt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cxxfilt/default.nix b/pkgs/development/python-modules/cxxfilt/default.nix
index 1cc5ad19bda..117b1214576 100644
--- a/pkgs/development/python-modules/cxxfilt/default.nix
+++ b/pkgs/development/python-modules/cxxfilt/default.nix
@@ -6,11 +6,11 @@
 }:
 buildPythonPackage rec {
   pname = "cxxfilt";
-  version = "0.2.2";
+  version = "0.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ef6810e76d16c95c11b96371e2d8eefd1d270ec03f9bcd07590e8dcc2c69e92b";
+    sha256 = "7df6464ba5e8efbf0d8974c0b2c78b32546676f06059a83515dbdfa559b34214";
   };
 
   postPatch = let