Skip to content

Commit 70b8197

Browse files
r-ryantmmdaniels5757
authored andcommitted
bikeshed: 5.2.1 -> 5.3.2
(cherry picked from commit 099f576)
1 parent 16d0024 commit 70b8197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bi/bikeshed/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "bikeshed";
9-
version = "5.2.1";
9+
version = "5.3.2";
1010
pyproject = true;
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
hash = "sha256-EMWIHtIomiq7BvnG6x0+gJeSkouWpZzcnqys5mSM7aI=";
14+
hash = "sha256-+TY26g685eIMXUjTG876r9gryg/tR6EtMGWAhk2kkis=";
1515
};
1616

1717
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)