Skip to content

Commit

Permalink
python3Packages.pyscaffold: 4.5 -> 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 13, 2024
1 parent b4271e2 commit 75c91f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/pyscaffold/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@

buildPythonPackage rec {
pname = "pyscaffold";
version = "4.5";
version = "4.6";
pyproject = true;

src = fetchPypi {
pname = "PyScaffold";
inherit version;
hash = "sha256-2En5ouFb3PFl4Z+Wg18LF+Gi1Z1MVhxEW4J6CB3m0mI=";
inherit pname version;
hash = "sha256-QIW43pIAufMZ32+Op5lyiPFZqOSyhLBi2bKk1qnBI0w=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 75c91f9

Please sign in to comment.