mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
Merge pull request #294218 from r-ryantm/auto-update/python311Packages.pueblo
python311Packages.pueblo: 0.0.8 -> 0.0.9
This commit is contained in:
commit
d83f2c9cca
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pueblo";
|
pname = "pueblo";
|
||||||
version = "0.0.8";
|
version = "0.0.9";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# This tarball doesn't include tests unfortuneatly, and the GitHub tarball
|
# This tarball doesn't include tests unfortuneatly, and the GitHub tarball
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
# should work for us as well.
|
# should work for us as well.
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-iM8Ea2ym7ZM0wInkCZ76yUjvOPRF5MVbT4WhpWz70UU=";
|
hash = "sha256-Ea5tzutZtuf1a5s46JJND6ovKi3C5UruR8e1RZucPRc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user