Skip to content

Commit

Permalink
Merge pull request #303798 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.testrepository

python311Packages.testrepository: 0.0.20 -> 0.0.21
  • Loading branch information
NickCao authored Apr 17, 2024
2 parents 2545733 + 68841a2 commit b418dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/testrepository/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "testrepository";
version = "0.0.20";
version = "0.0.21";
format = "setuptools";

src = fetchPypi {
inherit pname version;
sha256 = "1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m";
sha256 = "sha256-Nor89+CQs8aIvddUol9kvDFOUSuBb4xxufn8F9w3o9k=";
};

nativeCheckInputs = [ testresources ];
Expand Down

0 comments on commit b418dc8

Please sign in to comment.