We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ff31e commit 0287ce5Copy full SHA for 0287ce5
pkgs/colcon/clean.nix
@@ -2,11 +2,11 @@
2
3
buildPythonPackage rec {
4
pname = "colcon-clean";
5
- version = "0.2.0";
+ version = "0.2.1";
6
7
src = fetchPypi {
8
inherit pname version;
9
- hash = "sha256-4Xa2WiuckmDtkFBBTb2PUuxXr50tW6ou3Nu2WMQZOxk=";
+ hash = "sha256-8rvyck24SxIhhP9AKiR7h1jY9pLJ8yulOAH2nabc61Q=";
10
};
11
12
propagatedBuildInputs = [ colcon-core scantree ];
0 commit comments