Skip to content

Commit 0287ce5

Browse files
committed
python3Packages.colcon-clean: 0.2.0 -> 0.2.1
1 parent b6ff31e commit 0287ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/colcon/clean.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildPythonPackage rec {
44
pname = "colcon-clean";
5-
version = "0.2.0";
5+
version = "0.2.1";
66

77
src = fetchPypi {
88
inherit pname version;
9-
hash = "sha256-4Xa2WiuckmDtkFBBTb2PUuxXr50tW6ou3Nu2WMQZOxk=";
9+
hash = "sha256-8rvyck24SxIhhP9AKiR7h1jY9pLJ8yulOAH2nabc61Q=";
1010
};
1111

1212
propagatedBuildInputs = [ colcon-core scantree ];

0 commit comments

Comments
 (0)