Skip to content

Commit 033ae69

Browse files
bikeshed: 5.2.0 -> 5.2.1 (#416288)
Co-authored-by: TheNeikos <neikos@neikos.email>
2 parents 9f9acae + 8e002d6 commit 033ae69

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.0";
9+
version = "5.2.1";
1010
pyproject = true;
1111

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

1717
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)