Skip to content

Commit

Permalink
Merge pull request NixOS#289954 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.uqbar

python312Packages.uqbar: 0.7.2 -> 0.7.3
  • Loading branch information
NickCao authored Feb 19, 2024
2 parents caf1154 + 2544b0e commit 9cee6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uqbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "uqbar";
version = "0.7.2";
version = "0.7.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-8tjqPlS9Yo3pOFmpfe/sxgW0e1iqLRYhmPJCh5rKKEE=";
hash = "sha256-9KQmLCsIiHcdiAu4GeEu+wa3lGwEZOO+oHWuhFNosR0=";
};

postPatch = ''
Expand Down

0 comments on commit 9cee6eb

Please sign in to comment.